Getting CDS from chromosome positions
2
0
Entering edit mode
4.5 years ago
drmouradap • 0

Hello! I'm sorry if this is a duplicate question. I've searched the forum and didn't find the answer to what I seek.

I'm working with exome sequencing data and some of the variants are not completely annotated. I have the chromosome positions of each variant, but not the CDS or protein change associated with it.

My question is how to extract the CDS from the chromosome positions of each variant, to translate these variants into Synonymous/Non-Synonymous variations and then get the predicted protein effects of each variant. I thought of using UCSC Genome Browser for that. I there an easy way to extract that information using Python?

Example: I want to get from chr9:34371171 T>C to c.T1773C / p.I591T.

sequence cds genome browser chromosome position • 1.0k views
ADD COMMENT
2
Entering edit mode

. I've searched the forum and didn't find the answer to what I seek.

Tool for CDS Variants annotation : snpeff, vep, annovar, ...

ADD REPLY
0
Entering edit mode
4.5 years ago
JC 13k

You can use Ensembl VEP API

ADD COMMENT
0
Entering edit mode
4.4 years ago
Luis Nassar ▴ 650

The UCSC Genome Browser may not be the most efficient tool to go from position coordinate to predicted effect via programmatic approach.

We recently announced our API (http://genome.ucsc.edu/goldenPath/help/api.html) which does allow python access to coding sequence given coordinates, as well as querying most of the available data (among other functions). Hopefully that will be of some use.

ADD COMMENT

Login before adding your answer.

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