Ribosome function Make a dictionary of RNA codons and aminoacids (use the table in the slides). You must have done this step last week in the lab, you can use the same code. If not, use codon-aa.txt...


only a,b,c


this is the pdf of the seq. you can convert to seq.txt format


file:///C:/Users/abdul/Downloads/SodaPDF-converted-seq%20(1).pdf



this is the codon and aminoacid list. you can convert to codon-aa.txt format


file:///C:/Users/abdul/Downloads/SodaPDF-converted-codon-aa-list.pdf


Ribosome function<br>Make a dictionary of RNA codons and aminoacids (use the table in the slides).<br>You must have done this step last week in the lab, you can use the same code. If not, use<br>codon-aa.txt file, read the text into Python and make your dictionary using this<br>information. The other way is making your dictionary by typing each key and value<br>manually (painful!)<br>b. Read the sequence in seq.txt as a string into Python (remove non-nucleotide characters<br>such as numbers, spaces, line breaks!)<br>Write a function that takes an RNA sequence and a dictionary as optional arguments,<br>the default values will be the dictionary and the sequence you prepared in parts a and b.<br>The function should find the aminoacid sequence using the RNA sequence and the<br>dictionary.<br>d. Test it with default values and write the aminoacid sequence in a file.<br>

Extracted text: Ribosome function Make a dictionary of RNA codons and aminoacids (use the table in the slides). You must have done this step last week in the lab, you can use the same code. If not, use codon-aa.txt file, read the text into Python and make your dictionary using this information. The other way is making your dictionary by typing each key and value manually (painful!) b. Read the sequence in seq.txt as a string into Python (remove non-nucleotide characters such as numbers, spaces, line breaks!) Write a function that takes an RNA sequence and a dictionary as optional arguments, the default values will be the dictionary and the sequence you prepared in parts a and b. The function should find the aminoacid sequence using the RNA sequence and the dictionary. d. Test it with default values and write the aminoacid sequence in a file.

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here