biopython v1.71.0 Bio.Phylo.PhyloXML.Phyloxml
Root node of the PhyloXML document.
Contains an arbitrary number of Phylogeny elements, possibly followed by elements from other namespaces.
:Parameters:
attributes : dict
(XML namespace definitions)
phylogenies : list
The phylogenetic trees
other : list
Arbitrary non-phyloXML elements, if any
Link to this section Summary
Functions
Get a phylogeny by index or name
Initialize parameters for PhyloXML object
Iterate through the phylogenetic trees in this object
Number of phylogenetic trees in this object
Return name of phylogenies in the object
Link to this section Functions
Link to this function
__getitem__()
Get a phylogeny by index or name.
Link to this function
__init__()
Initialize parameters for PhyloXML object.
Link to this function
__iter__()
Iterate through the phylogenetic trees in this object.
Link to this function
__len__()
Number of phylogenetic trees in this object.
Link to this function
__str__()
Return name of phylogenies in the object.