CoverageGRanges-class: CoverageGRanges objects
Description
A CoverageGRanges
is a ProxyGRanges
that
computes the coverage
of another
GenomicRanges
. Subclasses can override the
processCoverage
method to perform operations on the coverage,
as an Rle
, before the result is returned. See
setCoverageGRangesClass
for defining a subclass.See Also
The coverage
function, which is wrapped by this class.