Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Go to a region of a chromosome (e.g., "chr1:40000-60000"). Any format that's accepted by IGB is accepted here.

Add a new data set to IGB's list of active data sets

...

Code Block
load <file or URL>

Load the specified file (identified by full path) or URL into IGB. The data set will appear in the user's Data Management table upon completion.

Change the load mode for an active (opened) data set

...

Code Block
loadmode <NO_LOAD | REGION_IN_VIEW | CHROMOSOME | GENOME> <file or URL>

Change the load mode for the specified data set or file, identified by full path.

Load data from currently active data sets

...

Code Block
refresh

This is equivalent to clicking the Load Data button in IGB. This triggers loading of data from the active data sets available in IGB, as specified in the load command.

...

Make images

Code Block
snapshot <filename>

...

Supported formats are those supported by IGB Export function. The filename defaults to "<genome_version><timestamp>.png" if not specified.

Select genes

...

Code Block
select <geneids>

...