-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
58 lines (58 loc) · 2.96 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: coala
Version: 0.7.2
License: MIT + file LICENSE
Title: A Framework for Coalescent Simulation
Authors@R: c(
person('Paul', 'Staab', , 'develop@paulstaab.de', role=c('aut')),
person('Dirk', 'Metzler', , 'metzler@bio.lmu.de', role=c('aut', 'ths', 'cre')),
person('Jorge E.', 'Amaya Romero', role = 'ctb'))
Author: Paul Staab [aut],
Dirk Metzler [aut, ths, cre],
Jorge E. Amaya Romero [ctb]
BugReports: https://github.com/statgenlmu/coala/issues
URL: https://github.com/statgenlmu/coala
Description: Coalescent simulators can rapidly simulate biological sequences
evolving according to a given model of evolution.
You can use this package to specify such models, to conduct the simulations
and to calculate additional statistics from the results (Staab, Metzler,
2016 <doi:10.1093/bioinformatics/btw098>).
It relies on existing simulators for doing the simulation, and currently
supports the programs 'ms', 'msms' and 'scrm'. It also supports finite-sites
mutation models by combining the simulators with the program 'seq-gen'.
Coala provides functions for calculating certain summary statistics, which
can also be applied to actual biological data.
One possibility to import data is through the 'PopGenome' package
(<https://github.com/pievos101/PopGenome>).
Depends: R (>= 3.1.0)
Imports: assertthat (>= 0.1), digest, methods, parallel, R6 (>= 2.0.1),
Rcpp (>= 0.11.0), rehh (>= 3.0.0), scrm (>= 1.6.0-2), stats,
utils
Suggests: abc (>= 2.0), knitr, PopGenome (>= 2.1.0), phyclust (>=
0.1-16), rmarkdown, testthat (>= 0.11.0)
LinkingTo: Rcpp, RcppArmadillo (>= 0.3.810.0)
VignetteBuilder: knitr
Collate: 'RcppExports.R' 'cache.R' 'coala.R' 'model.R' 'feature.R'
'feature_growth.R' 'feature_ignore_singletons.R'
'feature_migration.R' 'feature_mutation.R' 'feature_outgroup.R'
'feature_pop_merge.R' 'feature_recombination.R'
'feature_sample.R' 'feature_selection.R'
'feature_size_change.R' 'feature_sumstats.R'
'feature_unphased.R' 'import_popgenome.R' 'interface_abc.R'
'locus.R' 'model_build.R' 'model_check.R' 'model_examples.R'
'model_getters.R' 'model_print.R' 'model_scale.R'
'model_simulate.R' 'onLoad.R' 'parameter.R' 'parameter_prior.R'
'parameter_variation.R' 'parameter_zero_inflation.R'
'search_executable.R' 'segsites.R' 'simulation_tasks.R'
'simulator_class.R' 'simulator_ms.R' 'simulator_msms.R'
'simulator_scrm.R' 'simulator_seqgen.R' 'sumstat.R'
'sumstat_dna.R' 'sumstat_file.R' 'sumstat_four_gamete.R'
'sumstat_ihh.R' 'sumstat_jsfs.R' 'sumstat_mcmf.R'
'sumstat_nucleotide_div.R' 'sumstat_omega.R'
'sumstat_seg_sites.R' 'sumstat_sfs.R' 'sumstat_tajimas_d.R'
'sumstat_trees.R' 'tools.R'
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2022-12-09 15:19:34 UTC; dirk
Maintainer: Dirk Metzler <metzler@bio.lmu.de>