Package: scmap 1.27.0

Vladimir Kiselev

scmap: A tool for unsupervised projection of single cell RNA-seq data

Single-cell RNA-seq (scRNA-seq) is widely used to investigate the composition of complex tissues since the technology allows researchers to define cell-types using unsupervised clustering of the transcriptome. However, due to differences in experimental methods and computational analyses, it is often challenging to directly compare the cells identified in two different experiments. scmap is a method for projecting cells from a scRNA-seq experiment on to the cell-types or individual cells identified in a different experiment.

Authors:Vladimir Kiselev

scmap_1.27.0.tar.gz
scmap_1.27.0.zip(r-4.5)scmap_1.27.0.zip(r-4.4)scmap_1.27.0.zip(r-4.3)
scmap_1.27.0.tgz(r-4.4-arm64)scmap_1.27.0.tgz(r-4.4-x86_64)scmap_1.27.0.tgz(r-4.3-arm64)scmap_1.27.0.tgz(r-4.3-x86_64)
scmap_1.27.0.tar.gz(r-4.5-noble)scmap_1.27.0.tar.gz(r-4.4-noble)
scmap_1.27.0.tgz(r-4.4-emscripten)scmap_1.27.0.tgz(r-4.3-emscripten)
scmap.pdf |scmap.html
scmap/json (API)
NEWS

# Install 'scmap' in R:
install.packages('scmap', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/hemberg-lab/scmap/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
Datasets:
  • ann - Cell type annotations for data extracted from a publication by Yan et al.
  • yan - Single cell RNA-Seq data extracted from a publication by Yan et al.

On BioConductor:scmap-1.27.0(bioc 3.20)scmap-1.26.0(bioc 3.19)

bioconductor-package

8 exports 0.82 score 68 dependencies 34 mentions

Last updated 2 months agofrom:6f5609ae79

Exports:getSankeyindexCellindexClusterscmapCellscmapCell2ClusterscmapClusterselectFeaturessetFeatures

Dependencies:abindaskpassBiobaseBiocGenericsclassclicolorspacecrayoncurlDelayedArraydplyre1071fansifarvergenericsGenomeInfoDbGenomeInfoDbDataGenomicRangesggplot2gluegoogleVisgtablehttrIRangesisobandjsonlitelabelinglatticelifecyclemagrittrMASSMatrixMatrixGenericsmatrixStatsmgcvmimemunsellnlmeopensslpillarpkgconfigplyrproxyR6randomForestRColorBrewerRcppRcppArmadilloreshape2rlangS4ArraysS4VectorsscalesSingleCellExperimentSparseArraystringistringrSummarizedExperimentsystibbletidyselectUCSC.utilsutf8vctrsviridisLitewithrXVectorzlibbioc

scmap package vignette

Rendered fromscmap.Rmdusingknitr::rmarkdownon Jun 30 2024.

Last update: 2023-05-15
Started: 2017-06-28

Readme and manuals

Help Manual

Help pageTopics
Cell type annotations for data extracted from a publication by Yan et al.ann
The Euclidean Squared Norm of each column of a matrix is computed and the whole result is returned as a vector. Used as part of the approx. calculations of the cosine similarity between the query and the reference.EuclSqNorm
Plot Sankey diagram comparing two clusteringsgetSankey
Create an index for a dataset to enable fast approximate nearest neighbour searchindexCell indexCell,SingleCellExperiment-method indexCell.SingleCellExperiment
Create a precomputed ReferenceindexCluster indexCluster,SingleCellExperiment-method indexCluster.SingleCellExperiment
Main nearest neighbour calculation function. Used on the first reference dataset. Returns a list of three objects: 1) the cell indices of the w nearest neighbours 2) the corresponding approx. cosine similaritiesNN
Normalises each column of a matrixnormalise
For each cell in a query dataset, we search for the nearest neighbours by cosine distance within a collection of reference datasets.scmapCell scmapCell,SingleCellExperiment-method scmapCell.SingleCellExperiment
Approximate k-NN cell-type classification using scfinemapscmapCell2Cluster scmapCell2Cluster,list-method scmapCell2Cluster.SingleCellExperiment
scmap main functionscmapCluster scmapCluster,SingleCellExperiment-method scmapCluster.SingleCellExperiment
Find the most informative features (genes/transcripts) for projectionselectFeatures selectFeatures,SingleCellExperiment-method selectFeatures.SingleCellExperiment
Set the most important features (genes/transcripts) for projectionsetFeatures setFeatures,SingleCellExperiment-method setFeatures.SingleCellExperiment
Computes the dot product between the subcentroids from the indexed reference and the subvectors of an element of the query dataset. Returns an M by k matrix. Used as an intermediate step (in NNfirst and NNmult) for calculating an approximation of the cosine similarity between the query and the reference.subdistsmult
Single cell RNA-Seq data extracted from a publication by Yan et al.yan