Application running on Genomic CDM (G-CDM) for exploring and analysis clinical sequencing data
- Install genomic package.
Using devtools, install genomic package in Rstudio.
install.packages("devtools")
devtools::install_github("https://github.com/ABMI/GeneProfiler.git")
(If you want to install other branch, add parameter "package_test")
install_github("https://github.com/ABMI/GeneProfiler.git", ref = "develop")
Username issue
install_github("https://github.com/ABMI/GeneProfiler.git", ref = "develop", username = "username")
- Run genomic()
genomic::genomic()