Header menu logo BioFSharp

PhylogeneticTree<'T> Type

Recursive representation of a phylogenetic tree

Union cases

Union case Description

Branch('T, List<PhylogeneticTree<'T>>)

Full Usage: Branch('T, List<PhylogeneticTree<'T>>)

Parameters:

Can be internal node or leaf node, depending on wether the list is empty or not. Match accordingly

Item1 : 'T
Item2 : List<PhylogeneticTree<'T>>

Leaf 'T

Full Usage: Leaf 'T

Parameters:
    Item : 'T

Item : 'T

Type something to start searching.