biopython v1.71.0 Bio.Phylo.NeXMLIO

I/O function wrappers for the NeXML file format.

See: http://www.nexml.org

Link to this section Summary

Functions

Optionally converts a CDAO-prefixed URI into an OBO-prefixed URI

Check for matches in both CDAO and OBO namespaces

Iterate over the trees in a NeXML file handle

Given a prefixed URI, return the full URI

Write a trees in NeXML format to the given file handle

Link to this section Functions

Optionally converts a CDAO-prefixed URI into an OBO-prefixed URI.

Check for matches in both CDAO and OBO namespaces.

Iterate over the trees in a NeXML file handle.

:returns: generator of Bio.Phylo.NeXML.Tree objects.

Given a prefixed URI, return the full URI.

Write a trees in NeXML format to the given file handle.

:returns: number of trees written.