Do we have any global pairwise alignment tool from biopython that uses bandsize ?
1
0
Entering edit mode
13 months ago
Fatemeh • 0

I have a huge list of genomes with length of about 30000. and I am going to calculate the distance matrix for it. So it would be computationally expensive so I want to use a band for that. I could not found any function in biopython. any help would be appreciated.

global-alignment biopython • 551 views
ADD COMMENT
0
Entering edit mode

Just use kmer or mash distances. Aligning them is a futile endeavour.

ADD REPLY
0
Entering edit mode
13 months ago

I doubt that banding would help that much (even if it were implemented in Biopython, which I don't think it is)

You should use a tool designed to quickly align (similar) sequences, like MAFFT

https://mafft.cbrc.jp/alignment/software/algorithms/algorithms.html

ADD COMMENT

Login before adding your answer.

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