-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1012 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
Package: RAMEN
Title: RAMEN: Regional Association of Methylome variability with the Exposome and geNome
Version: 1.0.0
Authors@R:
person("Erick I.", "Navarro-Delgado", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1040-3519"))
Description: R package that identifies which genetic (G), environmental (E), additive (G+E) or interaction (GxE) model better explains DNA methylation levels in Variable Methylated Regions using microarray data.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
BiocStyle,
knitr,
rmarkdown,
ggplot2,
tidyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
doRNG,
dplyr,
foreach,
GenomicRanges,
glmnet,
IRanges,
iterators,
lifecycle,
magrittr,
relaimpo,
S4Vectors,
stats,
stringr,
tibble
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
URL: https://ericknavarrod.github.io/RAMEN/