Home
last modified time | relevance | path

Searched refs:taxonNames (Results 1 – 7 of 7) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dmtreeset.h70 void init(vector<string> &trees, vector<string> &taxonNames, bool &is_rooted);
H A Dmtreeset.cpp141 void MTreeSet::init(vector<string> &trees, vector<string> &taxonNames, bool &is_rooted) { in init() argument
147 int nseq = taxonNames.size(); in init()
150 string seq_name = taxonNames[seq]; in init()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/
H A DTreeViewer.java87 public abstract void selectTaxa(Collection<String> taxonNames); in selectTaxa() argument
H A DDefaultTreeViewer.java459 public void selectTaxa(Collection<String> taxonNames) { in selectTaxa() argument
466 if (taxonNames.contains(tree.getTaxon(node).getName())) { in selectTaxa()
H A DMultiPaneTreeViewer.java285 public void selectTaxa(final Collection<String> taxonNames) { in selectTaxa() argument
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.h158 int LabelTree (Tree *t, char **taxonNames);
H A Dutils.c4933 int LabelTree (Tree *t, char **taxonNames) in LabelTree() argument
4962 p->label = taxonNames[p->index]; in LabelTree()