I have downloaded the file. But the third column showed exon,CDS,start_codon and stop_codon regions. I wanted to got all exon and UTR regions coordinate. So is there a direct way to download the file without converting files like above?
If you click the 'describe table schema' button it will show you exactly what data will be in the downloaded file. The 'RefSeq Genes' table includes two comma-separated lists of exon start and exon end coordinates. It's relatively straightforward to take this and split it into a list of just exonic regions (in BED file format or something).
ADD REPLY
• link
updated 2.2 years ago by
Ram
44k
•
written 9.2 years ago by
13en
▴
90
Figure it out here: http://genome.ucsc.edu/cgi-bin/hgTables
I have downloaded the file. But the third column showed exon,CDS,start_codon and stop_codon regions. I wanted to got all exon and UTR regions coordinate. So is there a direct way to download the file without converting files like above?
If you click the 'describe table schema' button it will show you exactly what data will be in the downloaded file. The 'RefSeq Genes' table includes two comma-separated lists of exon start and exon end coordinates. It's relatively straightforward to take this and split it into a list of just exonic regions (in BED file format or something).