Question
Suppose a text that is composed of nucleotides (just A,G,T,C)is given.In a sequence CCC GGG CCC the GGG group is altered. 1)write a program that
Suppose a text that is composed of nucleotides (just A,G,T,C)is given.In a sequence CCCGGGCCC the GGG group is altered.
1)write a program that will ask the user if they want to find the match of the sequence (CCCGGGCCC )in the text or if they want to find the possible altered sequences that can be CCCxxx(any nucleotide A,G,T,C in place of x )CCC.
2)Then write the functons to find the exact match and all the altered match.
one possible text file :CCCGCGCCCCCCGGGCCCATGTGTGAGCCCCAAACCCGGGCCGCCCCGAGCCCCCCACACCCCTAGTGTCCCGAGCC
please explain the steps
There will be 3 different functions.
Use python 3
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started