Class "TrackLine"
An object representing a "track line" in the UCSC
format. There are two concrete types of track lines:
BasicTrackLine
(used for most types of tracks) and
GraphTrackLine
(used for graphical tracks). This class
only declares the common elements between the two.
Objects can be created by calls of the form new("TrackLine",
...)
or parsed from a character vector track line with
as(text, "TrackLine")
.
But note that UCSC only understands one of the
subclasses mentioned above.
name
:Object of class "character"
specifying
the name of the track.
description
:Object of class "character"
describing the track.
visibility
:Object of class "character"
indicating the default visible mode of the track, see
UCSCTrackModes
.
color
:Object of class "integer"
representing the
track color (as from col2rgb
).
priority
:Object of class "numeric"
specifying
the rank of this track.
Export line to its string representation.
Michael Lawrence
http://genome.ucsc.edu/goldenPath/help/customTrack.html#TRACK for the official documentation.
BasicTrackLine
(used for most types of tracks) and
GraphTrackLine
(used for Wiggle/bedGraph tracks).
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.