Description Usage Arguments Value Author(s) See Also Examples
Display multiple Tracks based on the same genome within an external genome browser.
1 | trackList(object, ...) <- value
|
object |
Object representing the genome browser (eg an igbSession object) |
... |
Unused. |
value |
Object containing tracks to be displayed (eg an igbTrackList objecT) |
This function instructs the external Genome Browser to display the
tracks contained in value
. It does not have a meaningful return value.
Gabriel Becker
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
igb = igbSession()
trk = igbTrack( genome = "A_thaliana_Jun_2009",
loadmode = "REGION_IN_VIEW", refresh=TRUE,
uri ="http://igbquickload.org/quickload/A_thaliana_Jun_2009/TAIR10_mRNA.bed.gz")
trk2 = igbTrack(genome = "A_thaliana_Jun_2009",
loadmode = "REGION_IN_VIEW", refresh=TRUE,
uri ="http://igbquickload.org/quickload/A_thaliana_Jun_2009/TAIR9_mRNA.bed.gz")
myTrackList = igbTrackList(trk, trk2)
trackList(igb) <- myTrackList
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.