Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: The URL in the code block in the Examples section was outdated, so that's now been updated.

...

Bring the IGB window to the front of the user's desktop.

 

...


Open a genome version

Code Block
genome <version>

Open genome version (e.g., H_sapiens_Mar_2006). Any genome version or synonym that's accepted by IGB is accepted here. 

...


Go back to the IGB start screen.

...

Return to the IGB start screen.

 

...


Go to a region

Code Block
goto <region>

...

Code Block
# select genome
genome A_thaliana_Jun_2009
# go to a region in chr4
# commas are optional
goto chr4:8,860,484-8,872,096
# load a file
load http://igbquickload.org/quickloadrnaseq/A_thaliana_Jun_2009/cold_stress/cold_control.sm.SRP029896/ColdControl.bam
# load the data
refresh

...

https://gist.github.com/Hillrunner2008/25976458488b65a3a25b

 

 

 

...