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
-
Determine whether a vector is monotonically increasing
22919 Solvers
-
1743 Solvers
-
Create logical matrix with a specific row and column sums
341 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
10745 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!