This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

sequence alignment matlab

0 answers

No answers yet.

Log in to answer this question.