Description Usage Arguments See Also Examples
Methods for loading tracks into genome browsers.
1 |
object |
A |
value |
The track(s) to load. |
... |
Arguments to pass on to methods. Can be:
|
track
for getting a track from a session.
1 2 3 4 5 6 | ## Not run:
session <- browserSession()
track <- import(system.file("tests", "v1.gff", package = "rtracklayer"))
track(session, "My Track") <- track
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.