Description Usage Arguments Value Examples
Remove the summarized methylation information for a given region type from an RnBSet
object.
1 2 | ## S4 method for signature 'RnBSet'
remove.regions(object, region.type)
|
object |
Dataset of interest. |
region.type |
Type of the region annotation for which the summarization should be removed |
object of the same class as the supplied one without the summarized methylation information for the specified region type
1 2 3 4 5 | library(RnBeads.hg19)
data(small.example.object)
summarized.regions(rnb.set.example)
rnb.set.reduced<-remove.regions(rnb.set.example, "genes")
summarized.regions(rnb.set.reduced)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.