Use the C++ Language. to right code
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Implement a Global Pairwise Alignment function using the following scoring scheme: +5 for a match, -2 for a mismatch (substitution), -6 for an insertion or a deletion.
You should also implement the trace back function to output not only the optimal alignment score but also the corresponding alignment.
Your code may output results to the standard output (monitor screen) or a text file.
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!