forked from cgplab/Rockermeth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 830 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
Package: Rockermeth
Title: Receiver Operating Characteristic curves analyzer for DNA methylation data
Version: 0.1.1
Date: 2022-03-07
Authors@R: c(
person("Dario", "Romagnoli", role = "cre", email = "[email protected]"),
person("Matteo", "Benelli", role = "aut"),
person("Gian Marco", "Franceschini", role = "aut"),
person("Alberto", "Magi", role = "aut"))
Description: A tool to discover differentially methylated regions (DMR) from DNA methylation data
Depends: R (>= 3.4.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
tidyr,
dplyr,
tibble,
S4Vectors,
assertthat,
GenomicRanges,
IRanges,
parallel,
matrixTests,
KernSmooth,
doParallel,
foreach
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.2