Entering edit mode
13.0 years ago
Radhouane Aniba
▴
790
Hello everyone
I am trying to get all human RefSeq genes from UCSC using MySQL query such as :
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg18 -e 'select * from knownGene'
What kind of modification I have to do to extract only unique RefSeq genes and not all related transcripts to each record.(CDS ? which table ?)
Kindly
Rad
Thanks Pierre for the tip
it is strange that cdsStart and cdsEnd have same content, isn't it ?
these are non-coding genes.