forked from mdfortune/simGWAS
-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
43 lines (43 loc) · 1.17 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
Package: simGWAS
Type: Package
Title: Fast Simulation of Large Case-Control GWAS Summary Statistics
Version: 0.2.0-4
Date: 2021-05-21
Authors@R: c(person("Mary", "Fortune", role=c("aut"), email = "[email protected]"),
person("Chris","Wallace", role=c("aut","cre"), email="[email protected]"),
person("Marcus", "Klarqvist", role=c("ctb")))
Author: Mary Fortune [aut],
Chris Wallace [aut, cre],
Marcus Klarqvist [ctb]
Maintainer: Chris Wallace <[email protected]>
Description: Simulating output from a case-control genome wide association study (GWAS) with a given causal model. Fortune and Wallace (2019) <doi:10.1093/bioinformatics/bty898>.
License: GPL
LazyLoad: yes
OS_type: unix
Collate:
'simGWAS.R'
'compute_gamma0.R'
'vbeta.R'
'zscore.R'
'extractsnps.R'
'make_dataset.R'
'make_GenoProbList.R'
'testdata.R'
'RcppExports.R'
LinkingTo: Rcpp
Imports:
Rcpp,
dplyr,
combinat,
corpcor,
mvtnorm
RoxygenNote: 7.1.1
Suggests:
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/chr1swallace/simGWAS
BugReports: https://github.com/chr1swallace/simGWAS/issues
Config/testthat/edition: 3