Question: Write a function that takes a match, mismatch and gap score, as well as two ungapped sequences as input and returns two strings of the

Write a function that takes a match, mismatch and gap score, as well as two ungapped sequences as input and returns two strings of the Smith-Waterman aligned sequences. Apply your function to the two sequences provided and print the aligned sequences, one sequence per line. \# Two sequences seqa = "TGTATGCGTATCTATT" seqb = "ACAGTTCGTGTTGG" \# And these match, mismatch and gap scores match =2 mismatch =1 gap =1 \#
Step by Step Solution
There are 3 Steps involved in it
media pointerfileservicefileCK4ACj9LiMaUj7HTKQ5tRB Questio... View full answer
Get step-by-step solutions from verified subject matter experts
