summarized.regions,RnBSet-method {RnBeads} | R Documentation |
Gets the genomic annotations for which methylation data is present in the RnBSet
object.
## 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
library(RnBeads.hg19) data(small.example.object) summarized.regions(rnb.set.example)