Help
.. Preferences
<img src="http://www.wormbase.org/db/seq/gbrowse_img/wormbase?name=mec-3;width=400">
Will generate this picture:
<img src=``http://www.wormbase.org/db/seq/gbrowse_img/wormbase?name=mec-3;width=400''><br>
<a href="http://www.wormbase.org/db/seq/gbrowse_img?list=sources">list</a>
Will return this document:
## Sources human ws77 worm_pmap embl fly briggsae yeast wormbase
<a href="http://www.wormbase.org/db/seq/gbrowse_img?list=types">types</a>
Will return this document:
## Feature types for source yeast
Genes Named gene default
ORFs ORF default
CDS CDS
tRNAs tRNAs default
Centro Centromeres
Transp Transposons
LTRs Long Terminal Repeats
TranslationF 3-frame translation (forward)
DNA/GC Content
TranslationR 3-frame translation (reverse)
ncRNA Noncoding RNAs
This CGI script is an interface to the Generic Genome Browser for the purpose of retrieving dynamic images of a region of the genome. It can be used as the destination of an <img> tag like this:
<img src="http://www.wormbase.org/db/seq/gbrowse_img/wormbase?name=III:1 ..1000">
The script can also be used to superimpose one or more external features onto the display, for example for the purpose of displaying BLAST hits, an STS or a knockout in the context of the genome.
The script recognizes the following CGI arguments, which can be passed either as GET or POST argument=value pairs. Argument pairs must be separated by semicolons (preferred) or by ampersands.
Argument Description list get certain types of configuration information source database name name genomic landmark or range type list of feature names width desired width of image options list of track options (compact, labeled, etc) add additional features to superimpose on image abs display position in absolute coordinates
The arguments are explained in more detail here
Mnemonic <tab> Full description of feature <tab> [default]
The third column contains the word ``default'' if the track will be shown by default when no type argument is provided.
<img src="http://www.wormbase.org/db/seq/gbrowse_img/wormbase?name=mec-3;type=tRNA+NG+WABA+CG+ESTB">
Multiple type= arguments will be combined to form a single space-delimited list.
options=tRNA+3+NG+3+WABA+1
add=Landmark+Type+Name+start..end,start..end,start..end
``Landmark'' is the landmark name, ``Type'' is a descriptive type that will be printed in the image caption, ``Name'' is a name for the feature to be printed above it, and start..end is a comma-delimited list of ranges for discontinuous feature. Names that contain white space must be quoted, for example ``BLAST hit''. Note that this all has to be URL-escaped, so an additional feature named ``Your Sequence'', type ``Blast Hit'', that is located on chromosome III in a gapped range between 20000 and 22000, will be formatted as:
add=III+%22Blast%20Hit%22+%22Your%20Sequence%22+20000..21000,21550..22000
Multiple add= arguments are allowed.
Lincoln Stein lstein@cshl.org
Copyright (c) 2002 Cold Spring Harbor Laboratory
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
For additional help, see The GMOD Project pages.