Clustal Omega  1.1.0
Functions
weights.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int CalcClustalWeights (double **pdWeights_p, tree_t *prTree)
 Calculate "Clustal" weights from a tree.

Function Documentation

int CalcClustalWeights ( double **  pdWeights_p,
tree_t prTree 
)

Calculate "Clustal" weights from a tree.

FIXME see doc in muscle:clwwt.cpp

Parameters
[out]pdWeights_pWill contain a weight for each leaf/sequence. Allocated here. User has to free
[in]prTreeTree to derive weights from
Returns
0 on success, non-zero otherwise
Note
Largely copied from Muscle3.7: clwwt.cpp:CalcClustalWWeights()
Warning
FIXME Not sure if Muscle routines are most efficient here. Couldn't we do all this while traversing the tree and thereby safe time?