README.md

RaMWAS: Fast Methylome-Wide Association Study Pipeline for Enrichment Platforms

RaMWAS provides a complete toolset for methylome-wide association studies (MWAS). It is specifically designed for data from enrichment based methylation assays, but can be applied to other methylomic data as well. The analysis pipeline includes seven steps:

Additionally, RaMWAS include tools for joint analysis of methlyation and genotype data.

Installation

Install Bioconductor Version

To install Bioconductor version of RaMWAS, run

if(!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("ramwas")

Update to GitHub Version

To update RaMWAS to the development version from GitHub, run

if(!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("andreyshabalin/ramwas")

Run Rcmd Check (Install Suggested Packages)

To rerun package tests, suggested packages can be installed with

if(!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(c("BSgenome.Ecoli.NCBI.20080805", "knitr", "BiocCheck",
                       "rmarkdown", "pander", "BiocStyle", "devtools"))


andreyshabalin/ramwas documentation built on Sept. 27, 2021, 7:25 p.m.