Matlab: Write Pairwise Sequence Alignment To File
I use MATLAB with the Bioinformatics Toolbox to do pairwise sequence alignments:
[GlobalScore, GlobalAlignment] = nwalign(seq1,seq2);
Showalign is used to display the data:
showalign(GlobalAlignment)
But how can I write the data to a file that is formatted like 'showalign'?
Thanks and cheers
• 4,226 views
•
link
0 answers
No answers yet.
Log in to answer this question.