Package: rBiasCorrection
Title: Correct Bias in DNA Methylation Analyses
Version: 0.2.4
Authors@R: 
    c(person(given = "Lorenz A.",
             family = "Kapsner",
             role = c("cre", "aut", "cph"),
             email = "lorenz.kapsner@gmail.com",
             comment = c(ORCID = "0000-0003-1866-860X")),
      person(given = "Evgeny A.",
             family = "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>.
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, ggpubr, magrittr,
        nls2, polynom, stats
Suggests: knitr, lintr, microbenchmark, rmarkdown, testthat
VignetteBuilder: knitr
Date/Publication: 2020-11-16 17:20:02 UTC
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-16 16:40:21 UTC; user
Author: Lorenz A. Kapsner [cre, aut, cph]
    (<https://orcid.org/0000-0003-1866-860X>),
  Evgeny A. Moskalev [aut]
Maintainer: Lorenz A. Kapsner <lorenz.kapsner@gmail.com>
Repository: CRAN
