/GMA

An R software package to conduct high dimensional Genome-wide Mediation Analysis (GMA)

Primary LanguageRGNU General Public License v3.0GPL-3.0

License: GPL v3

This is an R packages to generate genomic and bioinformatic pipelines and submit jobs to a HPC running slurm system.

Install

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

License

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.