-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 891 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
34
35
36
37
38
39
40
41
42
43
Package: mvGWAS
Type: Package
Title: Uses the DGLM packge (double generalized linear model) to do a GWAS,
assess significance of results, and plot results
Version: 0.5.2
Date: 2018-10-15
Author: Robert Corty
Maintainer: <[email protected]>
Description: This GWAS approach allows for covariates to influence the
environmental (residual) variance of individuals.
License: GPL-3 + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.1.0)
Suggests:
testthat,
covr,
knitr,
rmarkdown
RoxygenNote: 6.0.1
Imports: dplyr,
tidyr,
ggplot2,
stringr,
dglm,
evd,
tidyverse,
vcfR,
parallel,
methods,
rlang
VignetteBuilder: knitr
Collate:
'InvestigateDGSNP.R'
'PermutationNullByDGSNP.R'
'PhenotypeByDGSNP.R'
'QQPlot.R'
'mvGWAS.R'
'conduct_scan.R'
'genomic_control.R'
'make_test_data.R'
'plots.R'
'utils.R'