exon positions and lengths
1
0
Entering edit mode
8.4 years ago

Hi All

I have a bed file with the first five columns in place and I want to extend it with exon information for displaying in Galaxy. I need to add the exons lengths and start positions. I would like to extract this information from the UCSC database using command line mysql. Which tables would hold this information. There are hundreds of tables and I can't find any information on what data is in what table. Maybe I have been looking in the wrong places.

Any help would be appreciated.

Regards

Jannetta

exons • 1.8k views
ADD COMMENT
0
Entering edit mode

Hi Sean

I know the table browser and I have used it but it does not make a great deal of sense to me at the best of times. I'm not a GUI person. Also, I need to extract information programmatically to process a load of bed files for viewing in Galaxy.

Regards
Jannetta

ADD REPLY
0
Entering edit mode

So, what is represented by your bed file? Are they genes, or something else?

ADD REPLY
0
Entering edit mode

The file contains exons

ADD REPLY
0
Entering edit mode

So, if your bed file contains exon starts and ends, what other information would you like to add to each record?

ADD REPLY
0
Entering edit mode
8.4 years ago

A great resource for accessing UCSC genome browser information is the table browser. The table browser exposes the mysql tables in a logical way. Using the UCSC mysql tables directly can definitely be challenging.

https://genome.ucsc.edu/cgi-bin/hgTables

ADD COMMENT
0
Entering edit mode

I just discovered the "Describe table schema" button which gives me the information that I want but you still have to select loads of "things" from other dropboxes that I don't find intuitive at all.

ADD REPLY

Login before adding your answer.

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