Description Usage Arguments Value Examples
The functions retrieves the table containing methylation
information from methylKit
Objects. The data
retrived from this function is of a
data.frame
. This is basically containing
all relevant methylation information per genomic region
or base.
1 | getData(x)
|
x |
an
|
data frame for methylation events
1 2 3 4 5 6 7 8 9 10 | data(methylKit)
# following commands show first lines of returned data.frames from getData() function
head(
getData(methylBase.obj)
)
head( getData(methylDiff.obj))
head(getData(methylRawList.obj[[1]]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.