|
Clustal Omega
1.2.4
|


Go to the source code of this file.
Functions | |
| int | Mbed (tree_t **tree, mseq_t *prMSeq, const int iPairDistType, const char *pcGuidetreeOutfile, int iClustersizes, const char *pcClusterFile) |
| From scratch reimplementation of mBed: Blackshields et al. (2010); PMID 20470396. More... | |
| int Mbed | ( | tree_t ** | prMbedTree_p, |
| mseq_t * | prMSeq, | ||
| const int | iPairDistType, | ||
| const char * | pcGuidetreeOut, | ||
| int | iClustersizes, | ||
| const char * | pcClusterFile | ||
| ) |
From scratch reimplementation of mBed: Blackshields et al. (2010); PMID 20470396.
Idea is a follows:
| [out] | prMbedTree_p | Created upgma tree. will be allocated here. use FreeMuscleTree() to free |
| [in] | prMSeq | Multiple sequences |
| [in] | iPairDistType | Distance measure for pairwise alignments |
| [in] | pcGuidetreeOut | Passed down to GuideTreeUpgma() |
1.8.13