forked from guerreror/pepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: pepo
Type: Package
Title: Estimate Hemiplasy and Homoplasy on a Phylogeny
Version: 0.2
Author: Rafael Guerrero
Maintainer: Rafael Guerrero <[email protected]>
Description: P(e):P(o) is a minimal package that implements methods to calculate
the probabilities of hemiplasy (trait evolution incongruent with species tree due to incomplete
lineage sorting) and homoplasy (incongruent traits due to convergent mutations). In this first version, the
package includes functions to estimate and plot the ratio of these two probabilities--the Hemiplasy Risk Factor (HRF)-- of all branches on a phylogeny,
provided a tree is in coalescent units and a mutation rate.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
readr,
purrr,
dplyr,
ape,
phylobase,
treeio,
Suggests:
ggplot2,
testthat,
knitr,
rmarkdown
RoxygenNote: 6.0.1
Collate:
'data.R'
'mutation_functions.R'
'hrf_functions.R'
'hrf_on_trees.R'
'pepo.R'
'pepo_utilities.R'
VignetteBuilder: knitr