prior.moments.phylojumps: Prior moments of labeled substitution counts on a...

Description Usage Arguments Details Value References See Also

Description

This function computes the prior mean and variance of labeled substitution counts over a prespecified set of branches on a phylogeny using a simulation-free dynamic programming algorithm.

Usage

1
2
prior.moments.phylojumps(tree, rate.mat, label.mat,
                         edge.set, root.dist, scale = FALSE)

Arguments

tree

A tree object of class "phylo" (ape format).

rate.mat

A reversible continuous-time Markov chain (CTMC) rate matrix.

label.mat

A 0-1 matrix of the same size as rate.mat. This matrix labels the substitutions of interest.

edge.set

An integer vector of branch indices specifying the branch set over which the prior moments will be calculated.

root.dist

A numeric vector defining the root distribution of the evolutionary process on the tree. If this process starts at stationarity (as is commonly assumed), then the root distribution is equal to the CTMC stationary distribution.

scale

A logical indicating whether to scale the time dimension. If TRUE, then time is specified in terms of the expected number of CTMC substitutions per site.

Details

More information on phylogenetic tree objects of class "phylo" can be found at http://ape-package.ird.fr/misc/FormatTreeR_24Oct2012.pdf.

Value

A numeric vector holding the prior mean and variance of labeled substitution counts.

References

Dhar A and Minin VN (2017) “Calculating Higher-Order Moments of Phylogenetic Stochastic Mapping Summaries in Linear Time”, Journal of Computational Biology, 24(5):377-399.

See Also

post.moments.phylojumps, postmean.moments.phylojumps, joint.prior.moments.phylojumps


dunleavy005/phylomoments documentation built on May 15, 2019, 5:59 p.m.