Hi,
I'm not sure how to obtain CDS coordinates from GENCODE using mysql on UCSC. Specifically, I'd like to obtain one bed per record of CDS like from the website.
I tried to query ...using the follow command but the db only has cdsStart and cdsEnd sites and not the coordinates of each CDS:
mysql --user=genome --host=genome-mysql.soe.ucsc.edu -A -P 3306 -Ne 'select * from wgEncodeGencodeCompV43 limit 10' hg38
I would like my output to look like this:
Thanks for your help!
You probably need to be looking at the knownGene table.