MultiRD unifies multiple deconvolution schemes to infer cell type proportions from the target bulk RNA-seq data. Three unique features are embraced in this algorithm: first, MultiRD is able to incorporate extra biological information from external data sources enables (e.g., scRNA_seq and other bulk RNA_seq data from independent studies); second, MultiRD calibrates the reference-free algorithm by taking into account the proportion estimates from a reference-based approach; third, MultiRD is robust to incorrect information from any of the provided data sources.
You can install the released version of MultiRD with:
#install devtools if necessary
install.packages("devtools")
#install the MultiRD package
devtools::install_github("chencxxy28/MultiRD")
#load
library(MultiRD)
If Biobase package is not available, please install it first before installation of MultiRD
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Biobase")
Please visit Tutorial.