README.md

recountmethylationManuscriptSupplement

DOI

This repo contains supplemental methods, data, code, and scripts for the manuscript "Human methylome variation across Infinium 450K data on the Gene Expression Omnibus."

Install as an R package

This repo is designed to work like a typical R packaage. You can install and load the repo from an active R session with:

pkg.name <- "recountmethylationManuscriptSupplement"
repo.path <- file.path("metamaden", pkg.name)

devtools::install_github(repo.path, build_vignettes = TRUE)

library(recountmethylationManuscriptSupplement)

Documentation, including Supplemental Information and vignettes that reproduce the manuscript figures, can be found using:

doc.path <- system.file("docfiles", package = pkg.name)
list.files(doc.path)

Resources of interest

The following resources include data, code, and scripts to reproduce findings in the main manuscript.



metamaden/recountmethylationManuscriptSupplement documentation built on May 31, 2021, 5:27 a.m.