getWholeChromosomes: Get whole chromosomes from methylation data

Description Usage Arguments Value Author(s) Examples

View source: R/generalFunctions.R

Description

Returns a GRanges object spanning from the first cytocine until the last one on each chromosome

Usage

1
getWholeChromosomes(methylationData)

Arguments

methylationData

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

Value

a GRanges object will all chromosomes.

Author(s)

Nicolae Radu Zabet

Examples

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

# get all chromosomes
chromosomes <- getWholeChromosomes(methylationDataList[["WT"]])

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