poolMethylationDatasets: Pool methylation data

Description Usage Arguments Value Author(s) Examples

View source: R/loadData.R

Description

This function pools together multiple methylation datasets.

Usage

1

Arguments

methylationDataList

a GRangesList object where each element of the list is a GRanges object with the methylation data in the corresponding condition (see methylationDataList).

Value

the methylation data stored as a GRanges object with four metadata columns (see methylationDataList).

Author(s)

Nicolae Radu Zabet

Examples

1
2
3
4
5
# load methylation data object
data(methylationDataList)

# pools the two datasets together
pooledMethylationData <- poolMethylationDatasets(methylationDataList)

nrzabet/DMRcaller documentation built on May 23, 2019, 2:50 p.m.