Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hemberg-lab/scmap

A tool for unsupervised projection of single cell RNA-seq data
https://github.com/hemberg-lab/scmap

bioconductor-package human-cell-atlas projection-mapping r single-cell-rna-seq

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

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