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