Description Usage Arguments Details Value Note Note Author(s) References See Also Examples
Low level function to directly manipulate what is being shown in a running IGB session. It is safe for direct use but higher level interfaces are recommended.
1 |
con |
A (socket) connection to a running IGB session. |
genome |
A character indicating the name of genome (including version) to be shown. Must be in a
form IGB accepts, eg |
goto |
A GRanges object indicating the viewing region desired or NULL for the default. Should contain one range with the name of the chromosome to view in the seqnames slot. |
dataFile |
A character containing the full path or URL to the data file to be loaded. |
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. |
select |
A character vector indicating features to be selected. |
sleep |
Numeric value vindicating number of milliseconds IGB application should sleep, or NULL for no sleep. |
When this function is called, scripting instructions are sent to the
specified IGB session via con
The return value is not meaningful. When the function is called the effects should be immediately apparent in the running IGB session.
An IGB session must already be running (and connected to by con
)
before this function is called.
While the current genome will change immediately in the corresponding IGB session (if specified), data can take some time to load once the instruction has been sent.
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 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.