-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1000 Bytes
/
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
Package: simurg
Version: 0.2.1
Title: simurg: Simulate Bacterial Pangenomes
Description: This package is intended to simulate a bacterial pangenome, given
an initial MRCA, a number of generations, a substitution rate, a gene gain and
gene loss rate, and a coalescent tree. Mutations are simulated according to a
substitution matrix (neutral by default), and gene gain/loss rate resembling the
Infinite Many Genes model.
Authors@R: c(
person("Ignacio", "Ferres", email = "iferres@pasteur.edu.uy", role=c("aut","cre")),
person("Gregorio", "Iraola", email = "giraola@pasteur.edu.uy", role = "aut"),
person("Pablo", "Fresia", email = "pfresia@gmail.com", role = "aut")
)
Maintainer: <iferres@pasteur.edu.uy>
Imports:
seqinr,
phangorn,
stats,
reshape2,
utils
Depends:
R (>= 3.3.1),
ape
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.1.1
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr