Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 579 Bytes

phyloInt

Fitting stochastic epidemic model using the integration of gene genealogies and other source of data.

installation

Before installing the package, you need to install ape package and phylodyn package. If you have problem installing phylodyn package, see phylodyn for more details.

install.packages("ape")
install_github("mdkarcher/phylodyn")

Are installing the prerequisite pacakges, run the following code to install phyloInt by running

devtools::install_github("MingweiWilliamTang/phyloInt")