Page tree

Versions Compared

Key

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

...

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.

Remove a data set from IGB's list of active data sets

Code Block
unload <file or URL>

or

deleteTrack <file or URL>

Remove a track from IGB.

These commands accept one or more comma separated files identified by full path or URL.

Unloading all data sets from IGB

Code Block
deleteAllTracks

...

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

...

Code Block
snapshotslicedViewWithLabels <filename> <absolue path to file>

Export the entire frame, main view, main view with labels, or sliced view, respectively, to an image file.

The filename extension determines the format.

Supported formats are those supported by IGB Export function. a PNG format file. You must include the full path to the file or IGB will write the file to the location from where you launched IGB.

The filename defaults to "<genome_version><timestamp>.png" if not specified.

...