| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
ELynx.Export.Tree.Newick
Description
Creation date: Thu Jan 17 13:51:47 2019.
Parts of the code are from https://hackage.haskell.org/package/BiobaseNewick.
See nomenclature in Tree.
Synopsis
- toNewick :: Named a => Tree (PhyloLabel a) -> ByteString
Documentation
toNewick :: Named a => Tree (PhyloLabel a) -> ByteString Source #
General conversion of a tree into a Newick Bytestring. Use provided
functions to extract node labels and branch lengths builder objects. See also
Biobase.Newick.Export.