Entering edit mode
13.0 years ago
Emempe
▴
50
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