mwsill / MuSiC

Multi-subject Single Cell Deconvolution

Home Page:https://github.com/xuranw/MuSiC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-subject Single Cell deconvolution (MuSiC)

MuSiC is a deconvolution method that utilizes cross-subject scRNA-seq to estimate cell type proportions in bulk RNA-seq data. MuSiC_pipeline

How to cite MuSiC

Please cite the following publication:

Bulk tissue cell type deconvolution with multi-subject single-cell expression reference
X. Wang, J. Park, K. Susztak, N.R. Zhang, M. Li
Nature Communications. 2019 Jan 22 https://doi.org/10.1038/s41467-018-08023-x

Installation

# install devtools if necessary
install.packages('devtools')

# install the MuSiC package
devtools::install_github('xuranw/MuSiC')

# load
library(MuSiC)

More Information

Please see Tutorial.

About

Multi-subject Single Cell Deconvolution

https://github.com/xuranw/MuSiC

License:GNU General Public License v3.0


Languages

Language:R 100.0%