Description Usage Arguments Value Examples
Get basic info about a track: its type, file format, source and S4 class name
1 2 | ## S4 method for signature 'Track'
trackInfo(obj)
|
obj |
An object of base class Track |
A list with four fiels
1 2 3 4 5 | track <- Track(trackType="annotation", sourceType="file", fileFormat="bed",
trackName="demoTrack", onScreenOrder=NA_integer_, color="red",
height=40, autoTrackHeight=FALSE, minTrackHeight=50, maxTrackHeight=200,
visibilityWindow=100000)
trackInfo(track)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.