Description Details Constructor Coercion Accessors Splitting and combining Subsetting Filtering Methods based on findOverlaps Other methods
An S4 class to store co-methylation patterns at m-tuples of genomic positions.
The CoMeth
class is based on the
SummarizedExperiment
class. The main difference
is that rather than using a GRanges
object as
the rowData
, a CoMeth
object uses an MTuples
object.
The assays of a CoMeth object are the counts of how many times each co-methylation pattern is observed for that m-tuple in each sample. For example, the possible co-methylation patterns of 2-tuples are 'MM', 'MU', 'UM' and 'UU' and thus there are four assays of the same names.
TODO: Insert help for constructor method.
TODO: Insert help for any coerction methods.
TODO: Insert help for any accessor methods.
TODO: Insert help for any splitting and combining methods.
TODO: Describe any subsetting methods.
TODO: Describe any filtering methods.
TODO Insert help for any findOverlaps-based methods.
TODO: Describe any other methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.