Skip to content

hemberg-lab/scmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Here, we present scmap, a method for projecting cells from a scRNA-seq experiment on to the cell-types identified in a different experiment.

Cloud-based scmap

Instructions on how to set it up on your own Cloud are available here.

Questions

Q: How to install/run scmap?
A: Please follow instruction on Bioconductor page. If there are any problems you can install scmap from GitHub:

# run this in your R session
install.packages("devtools")
devtools::install_github("hemberg-lab/scmap")

Q: Where can I report bugs, comments, issues or suggestions?
A: Please use this page.

Q: Where can I ask questions about scmap?
A: Please use this page.

Q: Is scmap published?
A: Yes, it is published in Nature Methods.

Q: What is scmap licence?
A: GPL-3