Entering edit mode
                    4.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>Iin'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_hexfrom theprotein_haplotypeand find thecds_haplotypeit's the main hex for.