This is an R packages to generate genomic and bioinformatic pipelines and submit jobs to a HPC running slurm system.
Install devtools first, and then use devtools
to install huskeR
from github.
#install.packages(devtools)
devtools::install_github("jyanglab/GMA")
List all the functions in the package and find help.
library("GMA")
## list all the functions
ls(getNamespace("GMA"), all.names=TRUE)
## help info for a given function
?run_GMA
It is a free and open source software, licensed under GPLv3. This is an ongoing research project from J. Yang Lab. It was intended for internal lab usage. It has not been extensively tested. Use at your own risk.