Description Objects from the Class Slots Methods Author(s) References See Also Examples
This class represents a single "track" within IGB's display portion. Slots indicate all information IGB requires to add the track to the current display.
Objects can be created by calls of the form new("igbTrack", ...)
.
genome
:A character value indicating the genome in question. Must be of the form used by IGB, eg H_apiens_Feb_2009
loadmode
:Character value indicating how the data should be loaded. Must be one of "REGION_IN_VIEW", "WHOLE_CHROMOSOME", and "WHOLE_GENOME"
refresh
:Logical indicating whether the view should be refreshed after loading the data. Defaults to TRUE.
uri
:A character value containing the full path or URL to the file containing data for the track.
Sets the genome
value for the track.
Returns the current value genome of the track.
Sets the loadmode
value for the track.
Returns the current loadmode
for the slot.
Sets the refresh
value for the track.
Returns the current refresh value for the track.
Displays the indicated igbTrack
in the igbSession
Sets the URI of the data to be displayed by the track.
Returns the URI for the data displayed by the track.
Show track in running IGB session
Gabriel Becker
Vora, Hiral. "Scripting", IGB User's Guide, bioviz, Nov 1, 2011. http://wiki.transvar.org/confluence/display/igbman/Scripting
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.