trackList-class {trackViewer} | R Documentation |
An extension of List that holds only track
objects.
## S4 replacement method for signature 'trackList' seqlevelsStyle(x) <- value trackList(..., heightDist = NA)
x |
trackList object. |
value |
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 |
heightDist |
A vector or NA to define the height of each track. |