This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Downloadable File With Gene Locations

Is there a download-able file on UCSC database that gives the information on gene locations (the chromosome ID for the gene, and the base positions) for a given organism ? I want to know the distance (in bp) between certain genes of interest for Xenopus genome. Is there any other way to achieve this in the genome browser ?

gene ucsc annotation

The Downloads link is right there on the main UCSC page, left-hand column.

1 answer

  1. Go to UCSC Genome Browser
  2. Select Tables
  3. Select clade and genome of interest (for example: vertebrate & X. tropicalis)
  4. Under group select "Genes and gene prediction tracks"
  5. Under track select whatever annotation you like (for example: RefSeq genes, Ensebml genes)
  6. Press "get ouput"

Wanted gene annotation provides: gene name, chrom, strand, txStart, txEnd, cdsStart, cdsEnd, exonCount, exonStarts. exonEnds.... and much more.

If you want to know the distance (in bp) between certain genes of interest you can use awk (I need your genes of interest and will provide an example how to compute them).

Thanks a lot!

lets say I want to know the distance in bp between NM_001078816 and NM_001016199 on GL172637 (the first two genes in the RefSeq track for the Xenopus genome). I would be grateful if you show me how to go about it in awk. Thanks again!

but this is transcripts, how can you get genes? I.E. one gene one interval

Log in to answer this question.