poolTwoMethylationDatasets: Pool two methylation datasets

Description Usage Arguments Value Author(s) Examples

View source: R/loadData.R

Description

This function pools together two methylation datasets.

Usage

1
poolTwoMethylationDatasets(methylationData1, methylationData2)

Arguments

methylationData1

a GRanges object with the methylation data (see methylationDataList).

methylationData2

a GRanges object with the methylation data (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
6
# load methylation data object
data(methylationDataList)

# save the two datasets together
pooledMethylationData <- poolTwoMethylationDatasets(methylationDataList[[1]],
                         methylationDataList[[2]])

DMRcaller documentation built on Nov. 8, 2020, 5:26 p.m.