AnnotationTrack-class {GenomeGraphs}R Documentation

Class "AnnotationTrack"

Description

A generic object to store annotation

Objects from the Class

Objects can be created by calls of the form new("AnnotationTrack", ...).

Slots

chr:
Object of class "numeric"
strand:
Object of class "numeric"
regions:
Object of class "dfOrNULL"
dp:
Object of class "DisplayPars"

Extends

Class "gdObject", directly.

Methods

drawGD
signature(gdObject = "AnnotationTrack"): ...
getPlotId
signature(obj = "AnnotationTrack"): ...
initialize
signature(.Object = "AnnotationTrack"): ...

Author(s)

James Bullard

Examples

showClass("AnnotationTrack")

[Package GenomeGraphs version 1.2.3 Index]