The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
InteRD has three primary advantages. First, it is able to effectively integrate deconvolution results from multiple scRNA-seq datasets. Second, InteRD calibrates estimates from reference-based deconvolution by taking into account extra biological information as priors. Third, InteRD is equipped with a data-driven mechanism of self-control designed to be robust to the introduction of inaccurate information in the deconvolution system.
You can install the released version of InteRD with:
#install devtools if necessary
install.packages("devtools")
#install the InteRD package
devtools::install_github("chencxxy28/InteRD")
#load
library(InteRD)
If Biobase package is not available, please install it first before installation of InteRD
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Biobase")
Please visit Tutorial.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.