Segmentation-class: Class "Segmentation" is used to specify segmentations to any...

Description Objects from the Class Slots Extends Methods Author(s) Examples

Description

A Segmentation object provides line segments to various gdObjects

Objects from the Class

Objects can be created by calls of the form new("Segmentation", segments = list(1), segmentStart = list(1000), segmentEnd = list(1010)).

Slots

segments:

Object of class "list" ~~

segmentStart:

Object of class "list" ~~

segmentEnd:

Object of class "list" ~~

dp:

Object of class "DisplayPars" ~~

Extends

Class "gdObject", directly.

Methods

getSegmentEnd

signature(obj = "Segmentation"): ...

getSegmentStart

signature(obj = "Segmentation"): ...

getSegments

signature(obj = "Segmentation"): ...

Author(s)

James Bullard

Examples

1
showClass("Segmentation")

GenomeGraphs documentation built on Oct. 31, 2019, 4:34 a.m.