Hyperlink To Specific Ucsc Genome Browser Page
1
1
Entering edit mode
11.1 years ago
alex ▴ 250

I am trying to create a hyperlink. I have an example of

Chromosome    chr15           Genomic Coords    70455115 -7042353

So I put that into UCSC's instructions to put it in here

http://genome.ucsc.edu/cgi-bin/hgTracks?org=[org]&db=[db]&position=[position]

So I put it in:

http://genome.ucsc.edu/cgi-bin/hgTracks?org=human&db=hg18&position=ch15:7042353-70455115

But it doesn't come up with the genome browser, it comes up with search results that are completely off. What am I doing wrong? Thanks!

ucsc genome-browser • 2.3k views
ADD COMMENT
2
Entering edit mode
11.1 years ago

First, you have a silly error in the value for the position. Your starting point is ten times higher than the end (70455115 > 7042353). You probably missed a number at the end of the ending position.

Some other tips for making links to an UCSC browser:

  • to customize which tracks are shown, add them in the form &trackShortName=visualizationLevel at the end of the URL. To get the ShortName of a track, click on it and access to its documentation page (see example). The correct short name can be found in the URL of the documentation page, as the value of the ?g= parameter. The visualization level can be usually be one of hidden, squish or full.

  • for enhanced customizations, have a look at the Sessions feature.

ADD COMMENT
0
Entering edit mode

Oops, just fixed it. It is still giving search results.

ADD REPLY
0
Entering edit mode

you also had "ch" instead of "chr" :-)

ADD REPLY

Login before adding your answer.

Traffic: 2927 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6