# scmap **Repository Path**: duangao/scmap ## Basic Information - **Project Name**: scmap - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-22 - **Last Updated**: 2024-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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](https://github.com/hemberg-lab/scmap-shiny). ## Questions __Q__: How to install/run __scmap__? __A__: Please follow instruction on [Bioconductor page](http://bioconductor.org/packages/scmap). 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](https://github.com/hemberg-lab/scmap/issues). __Q__: Where can I ask questions about __scmap__? __A__: Please use [this page](https://support.bioconductor.org/p/new/post/?tag_val=scmap). __Q__: Is __scmap__ published? __A__: Yes, it is published in [Nature Methods](https://www.nature.com/articles/nmeth.4644). __Q__: What is __scmap__ licence? __A__: GPL-3