Description Usage Arguments Value
The coverage
of a CoMeth
object is the number of reads for each m-tuple, i.e. rowSums(getCounts(CoMeth))
. The current implementation is slow.
1 2 | ## S4 method for signature 'CoMeth'
getCoverage(x)
|
x |
A |
A numeric matrix. Each column of the matrix corresponds to a sample and each row to an m-tuple.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.