Description Usage Arguments Value See Also
This is the general function to construct a CoMeth object. Users will generally use the read.comethylation function to construct a CoMeth object. The constructor allows for multiple samples in the same object by passing most arguments as a *List where each element of the *List corresponds to the arguments for a given sample. These multiple samples will then be appropriately combined into a single CoMeth object.
1 2 3 4 |
sample_names |
A |
methylation_type |
A |
counts |
A |
seqnames |
a |
pos |
A |
seqinfo |
A |
strand |
An optional |
colData |
An optional |
exptData |
An optional |
... |
Additional arguments passed to the internal call to the
|
verbose |
A |
A CoMeth1 (if m = 1), CoMeth2 (if
m = 2) or CoMeth3Plus (if m >= 3) object.
All these are concrete subclasses of the VIRTUAL CoMeth class.
cat("TODO")
read.comethylation for a function to read in the
.tsv output file of comethylation and construct a CoMeth
object.
SummarizedExperiment for the class that
CoMeth extends.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.