-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.06 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: gnonadd
Type: Package
Title: Various Non-Additive Models for Genetic Associations
Version: 1.0.3
Authors@R: c(
person("Audunn S.", "Snaebjarnarson", , "audunn.snaebjarnarson@decode.is", role = c("aut", "cre", "ctb")),
person("Gudmundur", "Einarsson", , "gudmundur.einarsson2@decode.is", role = c("aut", "ctb")),
person("Daniel F.", "Gudbjartsson", , "daniel.gudbjartsson@decode.is", role = c("aut", "ctb")),
person("deCODE Genetics/AMGEN", role = c("cph", "fnd"))
)
Description: The goal of 'gnonadd' is to simplify workflows in the analysis of non-additive effects of sequence variants. This includes variance effects (Ivarsdottir et. al (2017) <doi:10.1038/ng.3928>), correlation effects, interaction effects and dominance effects. The package also includes convenience functions for visualization.
URL: https://github.com/DecodeGenetics/gnonadd
BugReports: https://github.com/DecodeGenetics/gnonadd/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Imports:
ggplot2
Suggests:
MASS