forked from mnodzenski/epistasisGA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.08 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
Package: epistasisGA
Type: Package
Title: An R package to identify multi-snp effects in nuclear family studies
using the GADGETS method
Version: 1.1.4
Authors@R: c(person("Michael", "Nodzenski",
email = "[email protected]",role = c("aut", "cre")),
person("Juno", "Krahn", role = "ctb"))
Description: This package runs the GADGETS method to identify epistatic effects
in nuclear family studies. It also provides functions for permutation-based
inference and graphical visualization of the results.
License: GPL-3
Encoding: UTF-8
Imports: BiocParallel, data.table, matrixStats, stats, survival, igraph,
batchtools, qgraph, grDevices, parallel, ggplot2,
grid, bigmemory, graphics, utils
Suggests: BiocStyle, knitr, rmarkdown, magrittr, kableExtra, testthat (>= 3.0.0)
LinkingTo: Rcpp, RcppArmadillo, BH, bigmemory
RoxygenNote: 7.2.2
Depends: R (>= 4.2)
biocViews: Genetics, SNP, GeneticVariability
VignetteBuilder: knitr
URL: https://github.com/mnodzenski/epistasisGA
BugReports: https://github.com/mnodzenski/epistasisGA/issues
Config/testthat/edition: 3