build_consensus_tree | R Documentation |
Build the consensus tree (i.e. the tree with the highest proportion of consensus links)
build_consensus_tree(
links_consensus,
ttrees,
links_all,
type = c("majority", "mcc"),
output = c("tree", "sim")
)
links_consensus |
output from |
ttrees |
bootstrapped trees from |
links_all |
the links summarized over the trees from |
type |
how to summarize the trees, either majority rule or Maximum clade credibility-ish |
output |
whether to output the consensus tree or the sim number of the consensus tree |
a data.table with the consensus tree (with score for each link, 1 if the consensus link, 0 if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.