GRangesChange-class: GRangesChange objects
Description
A GRangesChange
describes the changes that have occurred to
a GenomicRanges
object. It extends
VectorChange
. The client is expected to extend
this class to pass additional information about changes through
a pipeline.Constructor
{GRangesChange(rangeChanged = FALSE,
elementMetadataChanged = FALSE)
: Constructs
a GRangesChange
indicating whether the range information
or element metadata has changed.}