View source: R/calibrations_mrca.R
mrca_calibrations | R Documentation |
calibrations
objectmrca_calibrations
get nodes of a tree topology given in
phy
that correspond to the most recent common ancestor (mrca) of taxon
pairs given in calibrations
. It uses phytools::findMRCA()
to get mrca nodes.
mrca_calibrations(phy, calibrations)
phy |
A |
calibrations |
A |
The function takes pairs of taxon names in a calibrations data frame,
and looks for them in the vector of tip labels of the tree. If both are present,
then it gets the node that represents the most recent
common ancestor (mrca) for that pair of taxa in the tree.
Nodes of input phy
can be named or not. They will be renamed.
A list of two elements:
A phylo
object with nodes renamed to match results of
the mrca search. Nodes are renamed using tree_add_nodelabels()
.
A matchedCalibrations
object, which is the input calibrations
object with two additional columns storing results from the mrca search with
phytools::findMRCA()
: $mrca_node_number
and $mrca_node_name
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.