View source: R/installNetCoMiPacks.R
installNetCoMiPacks | R Documentation |
This function installs the R packages used in NetCoMi not listed
as dependencies or imports in NetCoMi's description file. These are
optional packages only needed in certain network construction settings.
BiocManager::install
is used for installation
since it installs or updates Bioconductor as well as CRAN packages.
Installed CRAN packages:
cccd
LaplacesDemon
propr
zCompositions
Installed Bioconductor packages:
ccrepe
DESeq2
discordant
limma
metagenomeSeq
If not installed via this function, the packages are installed by the respective NetCoMi functions when needed.
installNetCoMiPacks(onlyMissing = TRUE, lib = NULL, ...)
onlyMissing |
logical. If |
lib |
character vector giving the library directories where to install
missing packages. If |
... |
Additional arguments used by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.