Manipulate view and load data in a running IGB session.
signature(x = "ANY", genome = "ANY", dataFile = "ANY")
Default method.
signature(x = "ANY", genome = "ANY", dataFile = "character")
dataFile is assumed to be an absolute path.
signature(x = "igbTrack", genome = "ANY", dataFile = "ANY")
Sets view to that specified by the igbTrack object. Other arguments are ignored.
signature(x = "Quickload", genome = "character", dataFile = "character")
dataFile
is assumed to be a path relative to the specified genome
within the specified Quickload bed, ie <uri(x)
>/genome
/dataFile
.
signature(x = "QuickloadGenome", genome = "ANY", dataFile = "character")
dataFile
is assumed to be a path relative to the URI of the passed in
QuickloadGenome object, ie <uri(x)
>/dataFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.