Learn R Programming

rtracklayer (version 1.32.0)

GraphTrackLine-class: Class "GraphTrackLine"

Description

A UCSC track line for graphical tracks.

Arguments

Objects from the Class

Objects can be created by calls of the form new("GraphTrackLine", ...) or parsed from a character vector track line with as(text, "GraphTrackLine") or converted from a BasicTrackLine using as(basic, "GraphTrackLine").

Extends

Class "TrackLine", directly.

References

Official documentation: http://genome.ucsc.edu/goldenPath/help/wiggle.html.

See Also

export.wig, export.bedGraph for exporting graphical tracks.