Description Usage Arguments Value Author(s) See Also Examples
Gets the genomic annotations for which methylation data is present in the RnBSet
object.
1 2 | ## S4 method for signature 'RnBSet'
summarized.regions(object)
|
object |
Methylation dataset of interest. |
character
vector listing all genomic annotations summarized in the given dataset. If the dataset
contains methylation in sites only, an empty vector is returned.
Yassen Assenov
summarize.regions
for calculating region-wise methylation in a dataset;
rnb.set.annotation
for adding or replacing a region annotation table
1 2 3 | library(RnBeads.hg19)
data(small.example.object)
summarized.regions(rnb.set.example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.