R/install_bioc_dependencies.R
install_bioc_dependencies.Rd
This function installs the latest versions of all Bioconductor packages required for the report generation, namely:
AnnotationDbi
KEGGREST
GO.db
install_bioc_dependencies(bioc.args = list(), force = FALSE)
No return value, called for side effects.
It is essential that these Bioconductor packages be installed for CALANGO to work properly. It uses `BiocManager::install()` for installing Bioconductor packages. Further arguments to this function are passed as a list.
if (FALSE) { # \dontrun{
install_bioc_dependencies()
} # }