Description Usage Arguments Value Examples
Access and modify the track data. x$name
and x$name <- value
are
just shortcuts for trackData(x)$name
and trackData(x)$name <- value
,
respectively.
1 2 3 4 5 6 7 8 9 |
x |
A TnTTrack object. |
value |
Replaced value. |
name |
Passed to the inner method for track data. |
trackData
on all track types except "CompositeTrack" returns an
object that inherits GRanges class, which means they should behave like a GRanges.
While trackData
on "CompositeTrack" returns a list of tracks.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.