#include "muscle_tree.h"
#include "seq.h"
Go to the source code of this file.
Functions | |
int | Mbed (tree_t **tree, mseq_t *prMSeq, const int iPairDistType, const char *pcGuidetreeOutfile) |
From scratch reimplementation of mBed: Blackshields et al. (2010); PMID 20470396. |
int Mbed | ( | tree_t ** | prMbedTree_p, | |
mseq_t * | prMSeq, | |||
const int | iPairDistType, | |||
const char * | pcGuidetreeOut | |||
) |
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() |