and for hg19, you can find GFF3/GTF files from here: https://www.gencodegenes.org/releases/25lift37.html
Retrieval of chromosomal coordinates of coding sequences (CDS)
I want to retrieve chromosomal positions of coding sequences (CDS) of some genes. I searched 'refseq' database which provides the coordinates CDS according to genes (i.e. CDS1 on gene position 424-562, CDS2 gene position 1026-1921 etc.). Can I obtain these positions according to chromosomal coordinates for a desired assembly (e.g hg19).
Thnaks
• 3,365 views
•
link
1 answer
The GFF/GTF/GFF3 format has what you need. If you know the gene name or the gene position in the chromosome, grep it from here: ftp://ftp.ensembl.org/pub/release-87/gff3/homo_sapiens/Homo_sapiens.GRCh38.87.gff3.gz
• 0 views
•
link
• 0 views
•
link
Yes shakeelbiochemist, use the version linked by mshakeel, my bad. Coordinates might be different.
• 0 views
•
link
Log in to answer this question.
Thanks, it works and gives the output.