A library for working with phylogenetic and population genetic data.
v0.32.0
tree/formats/table/reader.hpp File Reference
#include "genesis/tree/tree.hpp"
#include <string>
#include <utility>
#include <vector>

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::tree
 

Functions

Tree make_tree_from_parents_table (std::vector< std::string > const &child_names, std::vector< std::string > const &parent_names)
 Create a tree, given lists of child parent pairs. More...