-
Notifications
You must be signed in to change notification settings - Fork 42
Installation
Ruidong Li edited this page Aug 20, 2022
·
3 revisions
The stable release version can be installed by running:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("GDCRNATools")
To install the development version, please update your R and Biocondutor to the latest version and run:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("GDCRNATools", version = "devel")
To install the development version, please update your R and Biocondutor to the latest version and run:
install.packages(devtools)
devtools::install_github('rli012/GDCRNATools')