Learn R Programming

methylKit (version 0.9.5)

getContext: get the context of methylation

Description

The function returns the context of methylation. For example: "CpG","CHH" or "CHG"

Usage

getContext(x)

Arguments

Value

a string for the context methylation

Examples

Run this code
# NOT RUN {
data(methylKit)

getContext(methylBase.obj)
getContext(methylDiff.obj)
getContext(methylRawList.obj[[1]])
# }

Run the code above in your browser using DataLab