Home | Trees | Indices | Help |
|
---|
|
|
|||
NewickError Exception class designed for NewickIO errors. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__VERSION__ =
|
|||
_ILEGAL_NEWICK_CHARS =
|
|||
_NHX_RE =
|
|||
_FLOAT_RE =
|
|||
_NAME_RE =
|
|||
DEFAULT_DIST = 1.0
|
|||
DEFAULT_NAME =
|
|||
DEFAULT_SUPPORT = 1.0
|
|||
NW_FORMAT =
|
|||
__package__ =
|
|
Reads a newick tree from either a string or a file, and returns an ETE tree structure. A previously existent node object can be passed as the root of the tree, which means that all its new children will belong to the same class as the root(This allows to work with custom TreeNode objects). You can also take advantage from this behaviour to concatenate several tree structures. |
Reads node's extra data form its NHX string. NHX uses this format: [&&NHX:prop1=value1:prop2=value2] |
|
NW_FORMAT
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 20 17:50:34 2010 | http://epydoc.sourceforge.net |