Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.02 KB

recountmethylation.pipeline

DOI

Functions and utilities to compile and harmonize public GEO DNA methylation array datasets. This includes generation of the assay compilation objects as HDF5 and HDF5-SummarizedExperiment objects, as well as metadata mappings and predictions for sample metadata from study SOFT files. To see implementation, see the recountmethylation_instance resource.

Install

Devtools install

Install this package from an R session using the devtools R package with:

devtools::install_github("metamaden/rmpipeline")

Manual install

Obtain this package from github with:

git clone https://www.github.com/metamaden/recountmethylation.pipeline

Install the cloned repo using:

R CMD INSTALL recountmethylation.pipeline

Load

After installation, load this package into an active R session library(recountmethylation.pipeline).