DNA fragments are made by DNA sequencer.
To find full sequence, we need to concatenate each other using common sequence information.
So, when Input sequences are
(1) ATCGATCGAAGTCATCGGGAAA
(3) GGAAAGATCGATTACTTCCGAAA
(2) CCGAAAACCTAAGGGTTCTCAATGAC .
Output sequence is
'ATCGATCGAAGTCATCGGGAAAGATCGATTACTTCCGAAAACCTAAGGGTTCTCAATGAC' .
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers3
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53274 Solvers
-
Determine whether a vector is monotonically increasing
23291 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15799 Solvers
-
2012 Solvers
-
16796 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!