| Segmentation-class {GenomeGraphs} | R Documentation |
A Segmentation object provides line segments to various gdObjects
Objects can be created by calls of the form new("Segmentation",
segments = list(1), segmentStart = list(1000), segmentEnd = list(1010)).
segments:"list" ~~ segmentStart:"list" ~~ segmentEnd:"list" ~~ dp:"DisplayPars" ~~
Class "gdObject", directly.
signature(obj = "Segmentation"): ... signature(obj = "Segmentation"): ... signature(obj = "Segmentation"): ... James Bullard
showClass("Segmentation")