knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

RecPD

The RecPD package was developed to calculate the recombination-adjusted phylogenetic diversity of a given feature (phenotype, variant, etc. in binary presence/absence format) found across a given species phylogenetic tree utilizing ancestral state reconstruction.

RecPD also provides functions for:

For a more detailed description of the RecPD methodology, and its advantage over using simple Prevalence in measure feature diversity, see Bundalovic-Torma C. & Guttman D. (2021).

Installation

You can install the development version of RecPD from GitHub

# install.packages("devtools")
devtools::install_github("cedatorma/recpd")

Tutorial and Usage Examples

See the vignette in the ./vignettes directory.



cedatorma/recpd documentation built on April 25, 2022, 10:14 p.m.