Question: def source_rna (protein): This function takes in a string representing a sequence of proteins and returns the total number of different sjurce RNA strings, modulo

def source_rna (protein): This function takes in a string representing a sequence of proteins and returns the total number of different sjurce RNA strings, modulo 1,000,000. Essentially, you are calculating how many strands of mRNA from which this particular protein could have been translated. (HINT: You'll want to use/manipulate the codon table from rna codon ()! Example: Sample input protein string: "MA" The returned number of possible source RNA sequences: 12 def rna2codon(triplet): genetic_code = { UUU: 'F', 'UU': ' FUUA': 'L', 'UUG': 'L AU': 'I', 'Auc': 'I 'AUA: 'I'. 'AUG': 'M UCU': 'S'. "UCC': 'S', TUCA': 'S', UCG Jucere 'S ACU': 'T', ACOT. ACA': T, ACG': 'T "Cu", "", "CLIC": "1", "GIA ": "1", "GU" ** 'GUU'V', 'GUC': 'V', 'GUA': 'V'. 'GUG': 'V', *CCU': 'P', 'c': 'p', 'CCA' + 'p', 'COG': 'P *GCU': 'Al, "GCC: 'A', "GCA': 'A', "GCG:A UAU': 'Y', 'UAC: Y TUA: TUG': ! AAU': 'N', 'AACH 'N', 'AAA': 'K', AAGS: K. CAUCAC CA': 'O'. 'CAG' O' "GAU': O'. GACH: 'D', 'GAA': 'E', 'GAG': 'E, UGU': 'C. TUGCH "CUGA: "", "UGGY W AGU': ' S'AGC! 'S'. 'AGA RAGGER *cou': 'R' COC: RTCGAE 'R', 'COG': 'R! "GGUG'. 'GGOT. GGA: G. GGGG
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
