-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
31 lines (31 loc) · 1.89 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
Package: SiPhyNetwork
Title: A Phylogenetic Simulator for Reticulate Evolution
Version: 1.1.0
Authors@R:
c(person("Joshua", "Justison", email = "justisnojo@gmail.com", role = c("aut", "cre","cph")),
person(c("Claudia","Solis-Lemus"), role=c("aut","cph")),
person(c("Tracy","A."), "Heath", role=c("aut","cph")),
person("Klaus", "Schliep", role = c("cph"), comment = c("modified code from ape in 'write.net.R' and 'read.net.R'. Crediting original copyright holder")),
person("Emmanuel", "Paradis", role = c("cph"), comment = c("modified code from ape in 'write.net.R' and 'read.net.R'. Crediting original copyright holder")),
person("Daniel", "Lawson", role = c("cph"), comment = c("modified code from ape in 'write.net.R' and 'read.net.R'. Crediting original copyright holder"))
)
Description: A simulator for reticulate evolution under a birth-death-hybridization process. Here the birth-death process is extended to consider reticulate Evolution by allowing hybridization events to occur. The general purpose simulator allows the modeling of three different reticulate patterns: lineage generative hybridization, lineage neutral hybridization, and lineage degenerative hybridization. Users can also specify hybridization events to be dependent on a trait value or genetic distance. We also extend some phylogenetic tree utility and plotting functions for networks. We allow two different stopping conditions: simulated to a fixed time or number of taxa. When simulating to a fixed number of taxa, the user can simulate under the Generalized Sampling Approach that properly simulates phylogenies when assuming a uniform prior on the root age.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
rmarkdown,
markdown
Imports:
stats,
ape,
Rcpp,
rstackdeque,
lifecycle
VignetteBuilder: knitr
LinkingTo:
Rcpp,