DNA to Amino Acid Project Note: Please read the DNA to Amino Acid Overview for some technical discussion about DNA transcription and translation. Overview of Project In this project, you will write a...

need to resolve the problem using eclipse.


DNA to Amino Acid Project Note: Please read the DNA to Amino Acid Overview for some technical discussion about DNA transcription and translation. Overview of Project In this project, you will write a Java program with appropriate methods to generate random DNA sequences of a specified length, transcribe them to RNA, and translate the RNA sequence to an amino acid sequence. The Overview document provides you with the mappings between DNA bases, RNA bases, and amino acids (Table in the Overview). Flow Chart of Project Execution Description Your program will read one input file called Model.txt that you type manually (an example is provided to you on Canvas in the project submission link as well.) Your program will generate several files based on this input file: DNA.txt, RNA.txt, and AA.txt. DNA.txt will contain random DNA strings generated by your program based on the random seed and base triples given in Model.txt. Next, your program will open DNA.txt to read its contents, using the contents to generate RNA sequences in RNA.txt based on the DNA sequences in DNA.txt. Next, your program will open the RNA.txt file and read its contents to generate amino acid sequences based on the RNA sequences. The amino acid sequences will be stored in AA.txt. See the sample files below for a detailed example. Example Text File Contents Model.txt Example Contents (input) DNA.txt Example Contents (generated by program) RNA.txt Example Contents (generated by program) AA.txt Example Contents (generated by program) Submission Your submission is due by October 31 @ 11:59pm via Canvas. No late work will be accepted. You will submit ONE Java file. You need not submit any text files. Grading I will use my own Model.txt file to test your program and its output files. Make sure your program works properly with the sample Model.txt file I provided on Canvas. If it doesn’t work with that, it will NOT work with the one I will use for grading! Requirements Your project MUST use methods! How you employ them is largely up to you, but I’d suggest using a method for generating random DNA sequences, a method for transcribing to RNA, and a method for translating RNA to amino acids.
Oct 19, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here