-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
55 lines (55 loc) · 2.08 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
Package: PhenotypeSimulator
Title: Flexible Phenotype Simulation from Different Genetic and Noise Models
Version: 0.3.4
Authors@R: c(
person("Hannah", "Meyer", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4564-0899")),
person("Konrad", "Rudolph", email = "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-9866-7051"))
)
URL: https://github.com/HannahVMeyer/PhenotypeSimulator
BugReports: https://github.com/HannahVMeyer/PhenotypeSimulator/issues
Description: Simulation is a critical part of method development and assessment
in quantitative genetics. 'PhenotypeSimulator' allows for the flexible
simulation of phenotypes under different models, including genetic variant
and infinitesimal genetic effects (reflecting population structure) as well
as non-genetic covariate effects, observational noise and additional
correlation effects. The different phenotype components are combined into a
final phenotype while controlling for the proportion of variance explained
by each of the components. For each effect component, the number of
variables, their distribution and the design of their effect across traits
can be customised. For the simulation of the genetic effects, external
genotype data from a number of standard software ('plink', 'hapgen2'/
'impute2', 'genome', 'bimbam', simple text files) can be imported. The final
simulated phenotypes and its components can be automatically saved into .rds
or .csv files. In addition, they can be saved in formats compatible with
commonly used genetic association software ('gemma', 'bimbam', 'plink',
'snptest', 'LiMMBo').
Depends:
R (>= 3.5.0)
biocViews:
LinkingTo:
Rcpp
Imports:
methods,
optparse,
Hmisc,
R.utils,
mvtnorm,
snpStats,
zoo,
data.table (>= 1.11.0),
Rcpp (>= 0.12.11),
cowplot,
ggplot2,
reshape2,
dplyr
Suggests:
testthat,
knitr,
formatR,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr