Entering edit mode
3.4 years ago
Joseph Hughes
★
3.0k
Given a Ensembl protein identifier and amino acid substitution such as ENSP00000242351:701Q>E,851T>I
, how do I programmatically retrieve and download the coding sequence (CDS) with the largest observed count.
I need to do this for a batch of different proteins*haplotypes so would like to use the REST API.
So would this be taking the hex for the
ENSP00000242351:701Q>E,851T>I
in'protein_haplotypes'
and finding it as'other_hex'
in the'cds_haplotypes'
?yes, this would be it. Or you can go the other way, and get the
other_hex
from theprotein_haplotype
and find thecds_haplotype
it's the main hex for.