Downloadable File With Gene Locations
1
1
Entering edit mode
10.7 years ago
anuragm ▴ 130

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 • 4.3k views
ADD COMMENT
0
Entering edit mode

start here: https://main.g2.bx.psu.edu/ import data from ucsc as GTF, filter for your gene names, do the statistics (?)

ADD REPLY
0
Entering edit mode

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

ADD REPLY
4
Entering edit mode
10.7 years ago
PoGibas 5.1k
  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).

ADD COMMENT
0
Entering edit mode

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!

ADD REPLY
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1457 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