Learn R Programming

TreePar (version 3.3)

Estimating birth and death rates based on phylogenies

Description

(i) For a given species phylogeny on present day data which is calibrated to calendar-time, a method for estimating maximum likelihood speciation and extinction processes is provided. The method allows for non-constant rates. Rates may change (1) as a function of time, i.e. rate shifts at specified times or mass extinction events (likelihood implemented as LikShifts, optimization as bd.shifts.optim and visualized as bd.shifts.plot) or (2) as a function of the number of species, i.e. density-dependence (likelihood implemented as LikDD and optimization as bd.densdep.optim) or (3) extinction rate may be a function of species age (likelihood implemented as LikAge and optimization as bd.age.optim.matlab). Note that the methods take into account the whole phylogeny, in particular it accounts for the "pull of the present" effect. (1-3) can take into account incomplete species sampling, as long as each species has the same probability of being sampled. For a given phylogeny on higher taxa (i.e. all but one species per taxa are missing), where the number of species is known within each higher taxa, speciation and extinction rates can be estimated under model (1) (implemented within LikShifts and bd.shifts.optim with groups !=0). (ii) For a given phylogeny with sequentially sampled tips, e.g. a virus phylogeny, rates can be estimated under a model where rates vary across time using bdsky.stt.optim based on likelihood LikShiftsSTT (extending LikShifts and bd.shifts.optim). Furthermore, rates may vary as a function of host types using LikTypesSTT (multitype branching process extending functions in R package diversitree). This function can furthermore calculate the likelihood under an epidemiological model where infected individuals are first exposed and then infectious.

Copy Link

Version

Install

install.packages('TreePar')

Monthly Downloads

65

Version

3.3

License

GPL-2

Maintainer

Tanja Stadler

Last Published

January 2nd, 2015

Functions in TreePar (3.3)

bd.shifts.plot

bd.shifts.plot: Plots the diversification rate estimates obtained with the function bd.shifts.optim.
LikShiftsPP

LikShiftsPP: Calculates the likelihood of time-dependent birth and death rates given a phylogenetic tree.
LikConstantn

LikConstantn: Calculates the likelihood of constant birth and death rates for a given phylogenetic tree.
create.mat

create.mat: Generates input for LikAge and bd.age.optim.matlab.
bd.age.optim.matlab

bd.age.optim.matlab: Estimating speciation rate and age-dependent extinction rate in phylogenies.
LikTypesSTT

LikTypesSTT: Calculates the likelihood of the 2-type birth-death model parameters for a given tree.
TreePar-package

Estimating birth and death rates based on phylogenies
bdsky.stt.optim

bdsky.stt.optim: Estimating piecewise constant birth and death rates in phylogenies with sequentially sampled tips.
LikShiftsSTT

LikShiftsSTT: Calculates likelihood of piecewise constant birth and death rates for a given phylogenetic tree with sequentially sampled tips.
LikShifts

LikShifts: Calculates the likelihood of time-dependent birth and death rates given a phylogenetic tree.
bd.shifts.optim

bd.shifts.optim: Estimating speciation and extinction rate changes and mass extinction events in phylogenies.
LikConstant

LikConstant: Calculates the likelihood of constant birth and death rates for a given phylogenetic tree.
LikDD

LikDD: Calculates the likelihood of speciation and extinction rates for an ultrametric phylogeny under a density-dependent speciation model conditioning on the age of the tree.
LikAge

LikAge: Calculates the likelihood of speciation and extinction rates for an ultrametric phylogeny under an age-dependent extinction model conditioning on the age of the tree.
addroot

addroot: Adds a root edge ancestral to the first branching event.
get.groups

get.groups: Generates input for bd.shifts.optim when groups!=0.
bd.densdep.optim

bd.densdep.optim: Estimating maximum likelihood speciation and extinction rates in phylogenies under a density-dependent speciation model.