Learn R Programming

MutableRanges (version 0.6.2)

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.

Arguments

Constructor

{GRangesChange(rangeChanged = FALSE, elementMetadataChanged = FALSE): Constructs a GRangesChange indicating whether the range information or element metadata has changed.}