Write a program that creates a function to read multiple DNA sequences from the user and writes them in “Sequence.txt” file. Create another function that takes a string of DNA as argument and returns its transcribed sequence. Now read each sequence from Sequence.txt file, transcribe it, calculate its length & nucleotides frequencies. Store this modified information in a formatted way in another file named as “ModifiedSequences.txt”. In the end display contents of both the files. ***coding language python use bio python necessarily for solving this question***don't use arrays or pointers keep the program as basic as possible*** paste the scereenshots of input and output and also copy paste the program Write comments on each and every line of program
Write a program that creates a function to read multiple DNA sequences from the user and writes them in “Sequence.txt” file. Create another function that takes a string of DNA as argument and returns its transcribed sequence. Now read each sequence from Sequence.txt file, transcribe it, calculate its length & nucleotides frequencies. Store this modified information in a formatted way in another file named as “ModifiedSequences.txt”. In the end display contents of both the files.
***coding language python use bio python necessarily for solving this question***don't use arrays or pointers keep the program as basic as possible*** paste the scereenshots of input and output and also copy paste the program
Write comments on each and every line of program
Trending now
This is a popular solution!
Step by step
Solved in 2 steps