elynx-tree-0.3.4: Handle phylogenetic trees

Copyright(c) Dominik Schrempf 2020
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ELynx.Export.Tree.Newick

Description

Creation date: Thu Jan 17 13:51:47 2019.

Some functions are inspired by Biobase.Newick.Import.

See nomenclature in Tree.

Synopsis

Documentation

toNewick :: Named a => Tree Phylo 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.