Learn R Programming

GenomeGraphs (version 1.32.0)

AnnotationTrack-class: Class "AnnotationTrack"

Description

A generic object to store annotation

Arguments

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"): ...

Examples

Run this code
showClass("AnnotationTrack")

Run the code above in your browser using DataLab