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
-
662 Solvers
-
Convert a vector into a number
615 Solvers
-
Find the elements of a matrix according to a defined property.
91 Solvers
-
Set the array elements whose value is 13 to 0
1438 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2039 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!