isglobal-brge / EASIER

Tools for methylation data analysis
MIT License
3 stars 4 forks source link

EASIER

EwAS: quality control, meta-analysIs and EnRichment

The EASIER package performs epigenetic wide-association study (EWAS) downstream analysis:

Install :

Install in R as :

# Install devtools
install.packages("devtools")
library(devtools)

# Install required packages 
devtools::source_url("https://raw.githubusercontent.com/isglobal-brge/EASIER/HEAD/installer.R")

# Install EASIER R package
devtools::install_github("isglobal-brge/EASIER@HEAD")