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>
|
|
Full Usage:
ofHierarchicalCluster branchTag distanceConverter hCluster
Parameters:
'T
distanceConverter : float -> 'Distance
hCluster : Cluster<'T>
Returns: PhylogeneticTree<'T * 'Distance>
|
|
Full Usage:
ofTaggedBioSequences distanceFunction sequences
Parameters:
'a seq -> 'a seq -> float
sequences : TaggedSequence<string, 'a> seq
Returns: PhylogeneticTree<TaggedSequence<string, 'a> * float>
|
|
Full Usage:
ofTaggedSequencesWithLinker branchTag distanceConverter distanceFunction linker sequences
Parameters:
'T
distanceConverter : float -> 'Distance
distanceFunction : 'S seq -> 'S seq -> float
linker : LancWilliamsLinker
sequences : TaggedSequence<'T, 'S> seq
Returns: PhylogeneticTree<TaggedSequence<'T, 'S> * 'Distance>
|
|