getContext {methylKit} | R Documentation |
The function returns the context of methylation. For example: "CpG","CHH" or "CHG"
getContext(x) ## S4 method for signature 'methylBase' getContext(x) ## S4 method for signature 'methylRaw' getContext(x) ## S4 method for signature 'methylDiff' getContext(x) ## S4 method for signature 'methylRawDB' getContext(x) ## S4 method for signature 'methylBaseDB' getContext(x) ## S4 method for signature 'methylDiffDB' getContext(x)
x |
an |
a string for the context methylation
data(methylKit) getContext(methylBase.obj) getContext(methylDiff.obj) getContext(methylRawList.obj[[1]])