#include <string>
Go to the source code of this file.
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::placement | |
genesis::tree | |
Functions | |
tree::Tree | labelled_tree (Sample const &sample, bool fully_resolve=false, std::string const &name_prefix="") |
Produce a Tree where the most probable PqueryPlacement of each Pquery in a Sample is turned into an Edge. More... | |
tree::Tree | labelled_tree (Sample const &sample, tree::Tree const &tree, bool fully_resolve=false, std::string const &name_prefix="") |
Produce a Tree where each PqueryPlacement of a Sample is turned into an Edge. More... | |