BioPython Pairwise2 vs. COBALT - what's the difference?
1
0
Entering edit mode
20 months ago
ngarber ▴ 60

I've started using BioPython's pairwise2.align module to align protein homologs. But in my pre-programming days, I was used to doing this with COBALT.

It looks like one difference is that Pairwise2 only accepts two sequences, whereas COBALT accepts an unlimited number of sequences for comparison. Is that the only practical difference, or are there other differences?

BioPython pairwise2 BLAST Python COBALT • 677 views
ADD COMMENT
2
Entering edit mode
20 months ago

These are two different methodologies altogether.

A pairwise aligner aligns two sequences where the optimal, highest-scoring pair is the resulting alignment.

A multiple sequence aligner aligns multiple sequences simultaneously, but none of the pairwise alignements may be the optimal, highest scoring. Overall, the sum of scores over all the alignments may be optimal.

ADD COMMENT
0
Entering edit mode

This was the answer I was looking for - thanks!

ADD REPLY

Login before adding your answer.

Traffic: 1980 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