getCoverage-CoMeth-method: Get the 'coverage' from a 'CoMeth' object.

Description Usage Arguments Value

Description

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.

Usage

1
2
## S4 method for signature 'CoMeth'
getCoverage(x)

Arguments

x

A CoMeth object

Value

A numeric matrix. Each column of the matrix corresponds to a sample and each row to an m-tuple.


PeteHaitch/cometh documentation built on May 8, 2019, 1:32 a.m.