knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)
set.seed(0)

mlesky : Maximum likelihood phylodynamic inference

This package performs inference of past population size dynamics from a dated phylogeny using a maximum likelihood approach. The main features are as follows:

For a complete description of the statistical methodology underpinning this package, see our paper:

Model design for nonparametric phylodynamic inference and applications to pathogen surveillance
Xavier Didelot, Vinicius Franceschi, Simon D. W Frost, Ann Dennis, Erik M Volz
Virus Evolution, Volume 9, Issue 1, 2023, vead028, https://doi.org/10.1093/ve/vead028

Installation

In R, install the devtools package and run

devtools::install_github('emvolz-phylodynamics/mlesky')

Documentation

See the vignettes in the R package for examples of how to use mlesky.



emvolz-phylodynamics/mlesky documentation built on Feb. 13, 2025, 1:47 p.m.