knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
SCDC is a deconvolution method for bulk RNA-seq that leverages cell-type specific gene expressions from multiple scRNA-seq reference datasets. SCDC adopts an ENSEMBLE method to integrate deconvolution results from different scRNA-seq datasets that are produced in different laboratories and at different times, implicitly addressing the batch-effect confounding.
You can install the released version of SCDC from GitHub with:
if (!require("devtools")) { install.packages("devtools") } devtools::install_github("meichendong/SCDC")
Please see the vignettes page.
The SCDC paper is published at Briefings In Bioinformatics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.