- Home
- Genomes
- Genome Browser
- Tools
- My Data
- Help
See also:
Return to FAQ Table of Contents
Make a link to the Genome Browser using a URL of the form:
http://genome.ucsc.edu/cgi-bin/hgTracks?org=[org]&db=[db]&position=[position]
Where:
Using the URL described above, set the position parameter to the gene symbol and add the parameter singleSearch=knownCanonical. For example, this link will open the Genome Browser for the hg19 human assembly at the position of the knownCanonical transcript associated with GABRA3:
http://genome.ucsc.edu/cgi-bin/hgTracks?org=human&db=hg19&singleSearch=knownCanonical&position=GABRA3
The following URL will open up the Genome Browser description page containing links to associated information for the above gene:
http://genome.ucsc.edu/cgi-bin/hgGene?org=human&db=hg19&hgg_gene=GABRA3
The hgsid parameter is a temporary, internally used parameter that should not be used when constructing links to the Genome Browser.
Each assembly in the Genome Browser will display using a default set of tracks unless you specifically modify the track set in your URL. The easiest way to construct your custom URL is by logging in to your Genome Browser account and creating a session:
http://genome.ucsc.edu/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=[User Name]&hgS_otherUserSessionName=[Session Name]
http://genome.ucsc.edu/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=[User Name]&hgS_otherUserSessionName=[Session Name]&gold=full
If you don't know the table name for a track, in most cases you can view it by hovering the mouse
cursor over either the gray bar to the left of the Browser's graphical display or the track's name
in the group listings below the graphical display. In these cases the Browser will display a URL
in the bottom left corner of the window, ending with the table name in the format
"g=[table name]".Here is an example of a URL that displays the UCSC Genes track in pack mode and the RefSeq Genes in full mode:
http://genome.ucsc.edu/cgi-bin/hgTracks?hgS_doOtherUser=submit&hgS_otherUserName=[User Name]&hgS_otherUserSessionName=[Session Name]&knownGene=pack&refGene=full