Learn R Programming

⚠️There's a newer version (2.6.5) of this package.Take me there.

phylolm: R package for Phylogenetic Linear Regression on very large trees

The package provides functions for fitting phylogenetic linear models and phylogenetic generalized linear models. Computations use an algorithm that is linear in the number of tips in the tree. The package also provides functions for simulating continuous or binary traits along the tree. When a new version is stable, it is pushed to CRAN, so the version available here is newer than that on CRAN.

  • Lam Si Tung Ho and Cécile Ané (2014).

Intrinsic inference difficulties for trait evolution with Ornstein-Uhlenbeck models. Methods in Ecology and Evolution 5(11):1133-1146. (link)

  • Lam Si Tung Ho and Cécile Ané (2014).

A linear-time algorithm for Gaussian and non-Gaussian trait evolution models. Systematic Biology 63(3):397-408. (link to pdf)

Installation

Install phylolm from github:

devtools::install_github("lamho86/phylolm")

Main features

  • phylogenetic signal
  • phylogenetic linear, logistic and Poisson regression
  • stepwise model selection (from v2.3)
  • OU shift detection
  • continuous and discrete trait simulators with covariates
  • bootstrap-based confidence intervals for phylogenetic logistic regression (from v2.3) and phylogenetic regression (from v2.4.2)
  • goodness-of-fit test of a population tree with the coalescent (from v.2.4)
  • allowing measurement errors in phylogenetic linear regression (from v2.4.1)
  • log likelihood of an one-dimensional Ornstein-Uhlenbeck model (from v2.5)
  • log likelihood of an one-dimensional Ornstein-Uhlenbeck model (from v2.5)
  • bootstrapping can be parallelized (from v2.6)

Copy Link

Version

Install

install.packages('phylolm')

Monthly Downloads

4,020

Version

2.6

License

GPL (>= 2) | file LICENSE

Maintainer

Last Published

May 31st, 2018

Functions in phylolm (2.6)

stepwise.test.tree

Fits a population tree to data from quartet concordance factors
phylolm

Phylogenetic Linear Model
phylostep

Stepwise model selection for Phylogenetic Linear Model
three.point.compute

Computations with a (generalized) three-point structured tree
quartetCF

Quartet concordance factors across Arabidopsis thaliana
transf.branch.lengths

Creates a tree with branch lengths to represent the 3-point structure of a covariance matrix
rTrait

Continuous trait simulation
pruningwise.distFromRoot

Calculates node distance from the root in an "pruningwise" tree
test.one.species.tree

Tests the fit of a population tree to quartet concordance factor data
test.tree.preparation

data structure preparation for testing a population tree
OU1d.loglik

Log likelihood of an one-dimensional Ornstein-Uhlenbeck model
OUshifts

Detections of shifts in the OU process along a phylogeny.
phylolm-package

Phylogenetic Linear Regression
phylolm-methods

Methods for class 'phylolm'.
OUshifts-methods

Methods for class 'OUshifts'.
pruningwise.branching.times

Calculates internal node ages in an ultrametric "pruningwise" tree
rbinTrait

Binary trait simulation
flowerTree

Phylogenetic tree of 25 Euphorbiaceae species
flowerSize

Flower size of 25 Euphorbiaceae species
guidetree

Binary population tree within Arabidopsis thaliana
phyloglm-methods

Methods for class 'phyloglm'.
phyloglm

Phylogenetic Generalized Linear Model