PTreeGenerator  1.0
Simple phylogenetic tree generation from multiple sequence alignment.
 All Classes Namespaces Files Functions Variables
Classes | Packages
parsimony.py File Reference

Go to the source code of this file.

Classes

class  ptreegen.parsimony.SmallParsimony
 Represents a solution to the small parsimony problem (tree is known and we are intersted in the parsimony score of the tree). More...
class  ptreegen.parsimony.LargeParsimony
 Represents a solution to the large parsimony problem (the tree toplogy is unknown as oposed to the small parsimony problem). More...

Packages

namespace  ptreegen.parsimony
namespace  parsimony
 Contains two classes (ptreegen::parsimony::SmallParsimony and ptreegen::parsimony::LargeParsimony) that implement the basic steps of the parsimony approach to tree building.