trackList-class.Rd
An extension of List that holds only track
objects.
# S4 method for class 'trackList'
seqlevelsStyle(x) <- value
trackList(..., heightDist = NA)
trackList object.
values to be assigned.
Each tracks in ... becomes an element in the new
trackList, in the same order. This is analogous to the list constructor, except
every argument in ... must be derived from track
.
A vector or NA to define the height of each track.