Hello Shawn,
Thank you for your question about viewing only exons within the UCSC Genome Browser. We do not have a display mode that matches what you are describing, where you can collapse regions of the genome to view two (or more) remote pieces next to each other in detail. I will pass that feature request along to our development team.
In the interim, however, you may be interested in our previous/next exon navigation buttons. When your browser view is zoomed in to view only part of a gene, small double arrows will appear at the left and/or right edges of the gene in the browser window. Hovering over these arrows will display "next exon" or "previous exon" along with the exon count, and clicking them will jump your browser view to that exon. If you do not see the arrows, you might have the feature turned off. You can reach the configuration page by clicking "configure" beneath the track image of our browser, or by clicking "configure tracks and display" on our gateway page at http://genome.ucsc.edu/cgi-bin/hgGateway. Make sure the box next to "Next/previous exon navigation" is checked, and reload the browser window.
For more information on this feature, please consult our help page at http://genome.ucsc.edu/goldenPath/help/hgTracksHelp.html and search for "enabling item and exon navigation".
I hope this is helpful. If you have any further questions, please reply to gen...@soe.ucsc.edu. Questions sent to that address will be archived in a publicly-accessible forum for the benefit of other users. If your question contains sensitive data, you may send it instead to genom...@soe.ucsc.edu.
--
Jonathan Casper
UCSC Genome Bioinformatics Group
--
Hello Shawn,
Unfortunately there does not appear to be an easy way to link directly to a specific exon within a transcript. If you are creating these links in an automated fashion, you may be interested in obtaining the exon locations for your genes from our public MySQL server. For example, if you have a Gencode accession number, the following MySQL command will extract the chromosome, start, and stop positions of the exons for that transcript.
select exonStarts, exonEnds from hg19.wgEncodeGencodeCompV19 where name = "Your_accession_here";
mysql -h genome-mysql.soe.ucsc.edu -u genome -Ne 'select chrom, exonStarts, exonEnds from hg19.wgEncodeGencodeCompV19 where name = "ENST00000456328.2";' +-------+--------------------+--------------------+ | chr1 | 11868,12612,13220, | 12227,12721,14409, | +-------+--------------------+--------------------+
For more information about how to connect to our public MySQL server, see http://genome.ucsc.edu/goldenPath/help/mysql.html. Descriptions of the structure of individual tables on our server can be found by visiting the UCSC Table Browser at http://genome.ucsc.edu/cgi-bin/hgTables, selecting your track and table of interest, and then clicking on "describe table schema".
The information on linking to the position of a specific gene is on our Linking FAQ at http://genome.ucsc.edu/FAQ/FAQlink.html.

I hope this is helpful. If you have any further questions, please reply to gen...@soe.ucsc.edu. Questions sent to that address will be archived in a publicly-accessible forum for the benefit of other users. If your question contains sensitive data, you may send it instead to genom...@soe.ucsc.edu.
--
Jonathan Casper
UCSC Genome Bioinformatics Group
_____________________________Shawn McClelland, Ph.D.Bioinformatics Scientist/Software Developer 2DharmaconGE Healthcare2650 Crescent Drive, Suite 100Lafayette, CO 80026GE imagination at work_____________________________