Clustal Omega
1.1.0
|
Functions | |
uint | CountLeaves (uint *puLeavesUnderNode, tree_t *prTree, uint uNodeIndex) |
FIXME. | |
void | Normalise (double *p, uint n) |
Normalise values in a double array to values between 0 and 1. | |
int | CalcClustalWeights (double **pdWeights_p, tree_t *prTree) |
Calculate "Clustal" weights from a tree. |
int CalcClustalWeights | ( | double ** | pdWeights_p, |
tree_t * | prTree | ||
) |
Calculate "Clustal" weights from a tree.
FIXME see doc in muscle:clwwt.cpp
[out] | pdWeights_p | Will contain a weight for each leaf/sequence. Allocated here. User has to free |
[in] | prTree | Tree to derive weights from |
uint CountLeaves | ( | uint * | puLeavesUnderNode, |
tree_t * | prTree, | ||
uint | uNodeIndex | ||
) |
FIXME.
[out] | puLeavesUnderNode | FIXME |
[in] | prTree | FIXME |
[in] | uNodeIndex | FIXME |