Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hemberg-lab/scmap
- Owner: hemberg-lab
- License: gpl-3.0
- Created: 2017-02-20T10:50:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T16:40:00.000Z (about 4 years ago)
- Last Synced: 2025-01-22T23:09:02.358Z (15 days ago)
- Topics: bioconductor-package, human-cell-atlas, projection-mapping, r, single-cell-rna-seq
- Language: R
- Homepage: http://bioconductor.org/packages/scmap
- Size: 3.84 MB
- Stars: 92
- Watchers: 12
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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