PhylogeneticTree Module
Functions and values
| Function or value | Description |
|
|
|
|
Full Usage:
fold folder acc tree
Parameters:
'State -> 'T -> 'State
acc : 'State
tree : PhylogeneticTree<'T>
Returns: 'State
|
|
Full Usage:
iter branchAction leafAction tree
Parameters:
'T -> unit
leafAction : 'T -> unit
tree : PhylogeneticTree<'T>
|
|
Full Usage:
map branchTagMapping leafTagMapping tree
Parameters:
'T -> 'U
leafTagMapping : 'T -> 'U
tree : PhylogeneticTree<'T>
Returns: PhylogeneticTree<'U>
|
|
BioFSharp