ucscTrackModes-class {rtracklayer} | R Documentation |
A vector of view modes ("hide", "dense", "full", "pack", "squish") for each track in a UCSC view.
Objects may be created by calls of the form
ucscTrackModes(object =
character(), hide = character(), dense = character(), pack = character(),
squish = character(), full = character())
,
where object
should be a character vector of mode names (with
its names
attribute specifying the corresponding track names).
The other parameters should contain track names that override the
modes in object
.
.Data
:"character"
holding the
modes ("hide", "dense", "full", "pack", "squish"), with its
names
attribute holding corresponding track names.
Class "character"
, from data part.
Class "vector"
, by class "character", distance 2.
Class "characterORMIAME"
, by class "character", distance 2.
tracks(object)
tracks(object) <- value
value
are set to "full"
if the are currently set to "hide" in this object. Any tracks not
in value
are set to "hide". All other modes are preserved.Michael Lawrence
ucscView
on which track view modes may be set.