Newick Module
Contains functions for parsing phylogenetic trees in the Newick format
Functions and values
Function or value | Description |
Full Usage:
ofFile converter path
Parameters:
string -> 'Distance
path : string
Returns: PhylogeneticTree<string * 'Distance>
|
|
Full Usage:
toFile nodeConverter path tree
Parameters:
'T -> string * string
path : string
tree : PhylogeneticTree<'T>
|
|