Commonly use R function in genomic studies
- not declared yet
First you need R devtools
package installed.
- In command line:
R -e "devtools::install_github(\"Caleb-Huo/genomicLibrary\")"
- In R console
library(devtools)
install_github("Caleb-Huo/genomicLibrary")
to be updated later