Description Usage Arguments Details Author(s) Examples
View source: R/preprocess_installation.R
Installing the R packages coming from CRAN and bioconductor.
| 1 | InstallPackage(Package=Packages, Type="CRAN")
 | 
| Package,  | Character; (Required). | 
| Type,  | Character; the kind of repository(default: "CRAN"). | 
12/4/2021 Guangzhou China
Hua Zou
| 1 2 |    Packages_list <- c("DESeq2", "GSVA")
   InstallPackage(Package=Packages_list, Type="bioconductor")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.