scmap
This is the released version of scmap; for the devel version, see scmap.
A tool for unsupervised projection of single cell RNA-seq data
Bioconductor version: Release (3.22)
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.
Author: Vladimir Kiselev
Maintainer: Vladimir Kiselev <vladimir.yu.kiselev at gmail.com>
citation("scmap")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scmap")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("scmap")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.