Methylation regions, information for which is present in the RnBSet object.
Usage
"regions"(object, type = NULL)
Arguments
object
Dataset of interest.
type
Region type(s) of interest as a character vector. If this is set to NULL, all region
types summarized in the object are returned.
Value
Methylation site and region assignment. If type is singleton, a matrix is returned. The first
column corresponds to the methylation context index. The second column is the index of the chromosome in
the genome, and the third is the index of the region in the GRanges object of the region type
annotation. When length(type)>1, a list of such matrices is returned for each element of type.
If type is NULL, matrices for all summarized region types are returned.