This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bootstrap function biopython

I have used bioppython 1.72 modules to generate a Maximum Parsimony tree. I need to know if anyone can help me how to use bootstrap function with biopython.? How can I use this function to evaluate my tree?

biopython

Hello, can biopython create phylogeny trees? I checked manual for biopython 1.70 didn't see this can create phylogeny tree.

Yes, it does. You must post this as question to get complete answer.

1 answer

Yes, try Bio.Phylo.Consensus.bootstrap_trees and .bootstrap_consensus to get bootstrapped tree replicates and the consensus tree, respectively.

Log in to answer this question.