python code to do pairwise sequence alignment
0
0
Entering edit mode
4.0 years ago

from Bio import pairwise2 alignments = pairwise2.align.globalxx("ACCGT", "ACG") print(alignments)

output [('ACCGT', 'A-CG-', 3.0, 0, 5), ('ACCGT', 'AC-G-', 3.0, 0, 5)]

Is it possible to get ACCGT A_CG_ OR ACCGT AC_G_ [PYTHON 3 ]

sequence alignment • 910 views
ADD COMMENT

Login before adding your answer.

Traffic: 1884 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6