View source: R/check-packages.R
check_dependency | R Documentation |
This function checks if the required Bioconductor and CRAN packages are installed.
If any of the required packages are not installed, it installs them automatically.
This includes Bioconductor packages such as clusterProfiler
, SummarizedExperiment
,
ComplexHeatmap
, SingleCellExperiment
, TCseq
, monocle
, and Biobase
.
It also checks for CRAN packages such as Seurat
, WGCNA
, igraph
,
pheatmap
, circlize
, e1071
, and colorRamps
.
check_dependency()
NULL This function does not return a value. It installs the packages as needed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.