[Biopython-dev] [Biopython] Pairwise alignment - is it a generic function?

João Rodrigues anaryin at gmail.com
Wed Oct 26 13:31:29 UTC 2011


Hello all,

Coming back after lunch...

I managed to load a matrix using this:

from Bio import pairwise2
from Bio.SubsMat import MatrixInfo as m
#print dir(m)
matrix = m.blosum60
pairwise2.align.localdx(seqA, seqB, matrix)


Thanks a lot for the help, it was simple after all, just a bit hard to start
with..



More information about the Biopython-dev mailing list