-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.06 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
Package: rBiasCorrection
Title: Correct Bias in DNA Methylation Analyses
Version: 0.3.4.9001
Authors@R: c(
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-1866-860X")),
person("Evgeny A.", "Moskalev", role = "aut")
)
Description: Implementation of the algorithms (with minor modifications)
to correct bias in quantitative DNA methylation analyses as described
by Moskalev et al. (2011) <doi:10.1093/nar/gkr213>. Publication:
Kapsner et al. (2021) <doi:10.1002/ijc.33681>.
License: GPL-3
URL: https://github.com/kapsner/rBiasCorrection
BugReports: https://github.com/kapsner/rBiasCorrection/issues
Depends:
R (>= 2.10)
Imports:
data.table,
future,
future.apply,
ggplot2,
magrittr,
nls2,
polynom,
stats,
utils
Suggests:
ggpubr,
knitr,
lintr,
microbenchmark,
rmarkdown,
testthat (>= 3.0.1)
VignetteBuilder:
knitr
Date/Publication: 2023-01-21 09:06:30 UTC
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3