Package: rBiasCorrection Title: Correct Bias in DNA Methylation Analyses Version: 0.3.6 Authors@R: c( person("Lorenz A.", "Kapsner", , "lorenz.kapsner@gmail.com", 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) . Publication: Kapsner et al. (2021) . License: GPL (>= 3) URL: https://github.com/kapsner/rBiasCorrection BugReports: https://github.com/kapsner/rBiasCorrection/issues Depends: R (>= 4.1.0) Imports: data.table, future, future.apply, ggplot2, minpack.lm, nls2, parallelly, polynom, stats, utils Suggests: ggpubr, knitr, lintr, microbenchmark, quarto, testthat (>= 3.0.1) VignetteBuilder: quarto Config/testthat/edition: 3 Config/testthat/parallel: false Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://kapsner.r-universe.dev Date/Publication: 2026-03-06 19:14:25 UTC RemoteUrl: https://github.com/kapsner/rbiascorrection RemoteRef: HEAD RemoteSha: 1a9feeaee957a47a415c3c4393ee6eb5868c4b96 NeedsCompilation: no Packaged: 2026-07-05 06:12:57 UTC; root Author: Lorenz A. Kapsner [cre, aut, cph] (ORCID: ), Evgeny A. Moskalev [aut] Maintainer: Lorenz A. Kapsner