Get marginal ancestral state reconstructions by re-rooting
This function uses the re-rooting method of Yang et al. (1995) to get the marginal ancestral state estimates for each internal node of the tree using likelihood. This method get the conditional scaled likelihoods for the root node (which is the same as the marginal ancestral state reconstruction for that node) and successively moves the root to each node in the tree. The function can also return the posterior probabilities for the tip nodes of the tree.
rerootingMethod(tree, x, model=c("ER","SYM"), ...)
tree |
an object of class |
x |
a vector of tip values for species, or a matrix containing the prior probability that the tip is in each state. If |
model |
any revsersible model. |
... |
optional arguments. Presently the logical argument |
This function calls fitMk
internally. fitMk
uses some code adapted from ace
in the ape package.
print
and plot
methods are now available for the object class.
An object of class "rerootingMethod"
containing at least the following elements:
loglik |
the log-likelihood. |
Q |
the fitted transition matrix between states. |
marginal.anc |
the marginal ancestral state reconstructions for each node (and, optionally, each tip). |
Liam Revell liam.revell@umb.edu
Paradis, E., J. Claude, and K. Strimmer (2004) APE: Analyses of phylogenetics and evolution in R language. Bioinformatics, 20, 289-290.
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
Yang, Z., Kumar, S., Nei, M. (1995) A new method of inference of ancestral nucleotide and amino acid sequences. Genetics, 141, 1641-1650.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.