-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.39 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
Package: simulateGP
Title: Functions for Simulating Genotype-Phenotype Relationships
Version: 0.1.3
Authors@R: c(
person("Gibran", "Hemani", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0920-1055")),
person("John", "Ferguson", , "[email protected]", role = "aut"),
person("Rita", "Rasteiro", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-4217-3060"))
)
Description: Functions for simulating SNP effects on phenotypes. Functions
for simulating disease risk on probability and liability scales.
Simulations to quickly obtain estimates of effect sizes for simulated
genotype-phenotypes.
License: MIT + file LICENSE
URL: https://explodecomputer.github.io/simulateGP/
BugReports: https://github.com/explodecomputer/simulateGP/issues
Depends:
R (>= 4.0.0)
Imports:
data.table,
dplyr,
genetics.binaRies,
ggplot2,
graphics,
gwasglue2,
ieugwasr,
magrittr,
MASS,
parallel,
pbapply,
rlang,
stats,
TwoSampleMR
Suggests:
covr,
dagitty,
ggdag,
jsonlite,
knitr,
mvtnorm,
rmarkdown,
systemfit,
testthat,
tidyverse
VignetteBuilder:
knitr
Remotes:
mrcieu/genetics.binaRies,
mrcieu/gwasglue2,
mrcieu/ieugwasr,
mrcieu/TwoSampleMR
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1