Translating DNA into protein sequence considering ORF
Hi everyone.
I'm stuck and I need help
Homework: Write a module called bioepm with functions to read and write fasta files and a Python function called translate that takes as a parameter a sequence of nucleotides (string), translates the sequence received considering the 6 reading frames and returns a dictionary with the keys: 'f1', 'f2', 'f3', 'f4', 'f5', and 'f6', and the respective amino acid sequences. Disregard STOP codons by placing an '*' in the corresponding place.
I was able to do the functions to read and write the fasta files but I can't figure it out how to do the rest.
• 270 views
•
link
0 answers
No answers yet.
Log in to answer this question.
No one can troubleshoot without details of your code, and no one wants to write code for you. What exactly did you try?
Hello isassis.frr!
It appears that your post has been cross-posted to another site: https://stackoverflow.com/questions/65649041
This is typically not recommended as it runs the risk of annoying people in both communities.