-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
74 lines (74 loc) · 2.77 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Type: Package
Package: mvMAPIT
Title: Multivariate Genome Wide Marginal Epistasis Test
Version: 2.0.3
URL: https://github.com/lcrawlab/mvMAPIT, https://lcrawlab.github.io/mvMAPIT/
Authors@R: c(
person("Julian", "Stamp", email = "julian_stamp@brown.edu",
role = c("cre", "aut"), comment = c(ORCID = "0000-0003-3014-6249")),
person("Lorin", "Crawford", email = "lorin_crawford@brown.edu",
role = "aut", comment = c(ORCID = "0000-0003-0178-8242")))
Description: Epistasis, commonly defined as the interaction between genetic
loci, is known to play an important role in the phenotypic variation of
complex traits. As a result, many statistical methods have been developed to
identify genetic variants that are involved in epistasis, and nearly all of
these approaches carry out this task by focusing on analyzing one trait at a
time. Previous studies have shown that jointly modeling multiple phenotypes
can often dramatically increase statistical power for association mapping. In
this package, we present the 'multivariate MArginal ePIstasis Test'
('mvMAPIT') – a multi-outcome generalization of a recently proposed epistatic
detection method which seeks to detect marginal epistasis or the combined
pairwise interaction effects between a given variant and all other variants.
By searching for marginal epistatic effects, one can identify genetic variants
that are involved in epistasis without the need to identify the exact
partners with which the variants interact – thus, potentially alleviating
much of the statistical and computational burden associated with conventional
explicit search based methods. Our proposed 'mvMAPIT' builds upon this
strategy by taking advantage of correlation structure between traits to
improve the identification of variants involved in epistasis.
We formulate 'mvMAPIT' as a multivariate linear mixed model and develop a
multi-trait variance component estimation algorithm for efficient parameter
inference and P-value computation. Together with reasonable model
approximations, our proposed approach is scalable to moderately sized
genome-wide association studies.
Crawford et al. (2017) <doi:10.1371/journal.pgen.1006869>.
Stamp et al. (2023) <doi:10.1093/g3journal/jkad118>.
License: GPL (>= 3)
Depends:
R (>= 3.5)
Imports:
checkmate,
CompQuadForm,
dplyr,
foreach,
harmonicmeanp,
logging,
mvtnorm,
Rcpp,
stats,
tidyr,
truncnorm,
utils
Suggests:
GGally,
ggplot2,
ggrepel,
kableExtra,
knitr,
markdown,
RcppAlgos,
rmarkdown,
testthat
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel,
RcppProgress,
RcppSpdlog,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1