Skip to content

Commit

Permalink
Updated scran_pca and scran_graph_cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 23, 2024
1 parent ee5c4c0 commit c109c31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extern/manifest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ nenesub,https://github.com/libscran/nenesub,v0.1.0,"Subsampling based on nearest
raiigraph,https://github.com/LTLA/raiigraph,v1.1.0,"C++ wrappers around **igraph** data structures"
scran_qc,https://github.com/libscran/scran_qc,v0.1.0,"Simple quality control for single-cell data"
scran_norm,https://github.com/libscran/scran_norm,v0.1.1,"Scaling normalization for single-cell data"
scran_variances,https://github.com/libscran/scran_variances,v0.1.3,"Variance modelling and feature selection for single-cell data"
scran_pca,https://github.com/libscran/scran_pca,v0.1.0,"Principal components analysis for single-cell data"
scran_graph_cluster,https://github.com/libscran/scran_graph_cluster,v0.1.1,"Graph-based clustering for single-cell data"
scran_variances,https://github.com/libscran/scran_variances,v0.1.4,"Variance modelling and feature selection for single-cell data"
scran_pca,https://github.com/libscran/scran_pca,v0.1.1,"Principal components analysis for single-cell data"
scran_graph_cluster,https://github.com/libscran/scran_graph_cluster,v0.1.3,"Graph-based clustering for single-cell data"
scran_markers,https://github.com/libscran/scran_markers,v0.1.1,"Marker detection for groups of interest in single-cell data"
scran_aggregate,https://github.com/libscran/scran_aggregate,v0.2.1,"Aggregating expression data for groups of cells"
scran_blocks,https://github.com/libscran/scran_blocks,v0.1.0,"Blocking utilities for all **libscran** libraries"
annoy,https://github.com/spotify/annoy,v1.17.2,"Approximate nearest neighbors oh yeah"
hnswlib,https://github.com/nmslib/hnswlib,v0.8.0,"Hierarchical navigable small worlds for finding nearest neighbors"
Eigen,https://gitlab.com/libeigen/eigen,3.4.0,"C++ template library for linear algebra"
gsdecon,https://github.com/libscran/gsdecon,v0.1.0,"Compute gene set scores via eigengenes"
clrm1,https://github.com/libscran/clrm1,v0.1.0,"Compute gene set scores via eigengenes"
clrm1,https://github.com/libscran/clrm1,v0.1.1,"Compute gene set scores via eigengenes"
mnncorrect,https://github.com/libscran/mnncorrect,v2.0.0,"Batch correction with mutual nearest neighbors"
qdtsne,https://github.com/libscran/qdtsne,v2.0.1,"Quick-and-dirty t-SNE in C++"
umappp,https://github.com/libscran/umappp,v2.0.1,"C++ implementation of the UMAP algorithm"
Expand Down

0 comments on commit c109c31

Please sign in to comment.