Learn R Programming

MutableRanges (version 0.6.2)

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.

Arguments

See Also

The coverage function, which is wrapped by this class.