Description Usage Arguments Value Examples
The function returns the context of methylation. For example: "CpG","CHH" or "CHG"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 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
1 2 3 4 5 | data(methylKit)
getContext(methylBase.obj)
getContext(methylDiff.obj)
getContext(methylRawList.obj[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.