How to find identity percentage of two genomes sequences stored in two variable by carrying using BLAST in biopython
0
0
Entering edit mode
6.4 years ago
prittam32 • 0

Suppose I have the genomes of two organisms stored in variable 'a' and 'b'. I want to BLAST them against each other and store the identity percentage in another variable 'c'. I'm new to Biopython. Can anyone please provide me the code my which I can solve this problem.

alignment gene python biopython • 1.2k views
ADD COMMENT
1
Entering edit mode

You won't get a single percentage identity with BLAST - what do you want to do with multiple numbers?. BioPython itself is also probably not the best way to go about this. Can you not make use of a commandline tool?

ADD REPLY
0
Entering edit mode

Thank You for your reply. I have a list containing the genome sequences of 10 different organisms. I will make another list of antibiotic resistance gene sequences and check their presence in each genome using BLASTn. I tried pairwise2 but it goes out of memory. So i tried splitting genomic sequence into various overlapping sequence. Although it works, It is very time-consuming. So I wish to use BLASTn to reduce the time.

ADD REPLY
0
Entering edit mode

It should be feasible to blast each ARG against each genome sequence, one genome at a time.

Please share the code you’re currently use?

ADD REPLY

Login before adding your answer.

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