Segmentable-class {GenomeGraphs}R Documentation

Class "Segmentable"

Description

The Segmentable class is used as an interface to determine whether or not a segmentation should be plotted.

Objects from the Class

This object is mostly intended to be extended.

Slots

segmentation:
Object of class "SegmentationOrNULL"

Methods

getSegmentation
signature(obj = "Segmentable"): returns the segmentation, this is essentially the method which is implemented by subclasses.

See Also

Segmentation

Examples

showClass("Segmentable")

[Package GenomeGraphs version 1.2.3 Index]