remove.regions-methods: remove.regions-methods

Description Usage Arguments Value Examples

Description

Remove the summarized methylation information for a given region type from an RnBSet object.

Usage

1
2
## S4 method for signature 'RnBSet'
remove.regions(object, region.type)

Arguments

object

Dataset of interest.

region.type

Type of the region annotation for which the summarization should be removed

Value

object of the same class as the supplied one without the summarized methylation information for the specified region type

Examples

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)

RnBeads documentation built on March 3, 2021, 2 a.m.