Package: dPCP
Title: Automated Analysis of Multiplex Digital PCR Data
Version: 1.0.4
Authors@R: c(person(given = "Alfonso", family = "De Falco",
                    role = c("aut", "cre"), 
                    email = "alfonsodefalco90@gmail.com",
                    comment = c(ORCID = "0000-0001-9985-9920")),
            person(given = "Michel", family = "Mittelbronn", role = c("ctb")),
            person(given = "Christophe", family = "Olinger", role = c("ctb")),
            person(given = "Daniel", family = "Stieber", role = c("ctb")),
            person(given = "Laboratoire national de santé", role = c("cph")))
Description: The automated clustering and quantification of the digital PCR
            data is based on the combination of 'DBSCAN' (Hahsler et al. (2019)
            <doi:10.18637/jss.v091.i01>) and 'c-means' (Bezdek et al. (1981) 
            <doi:10.1007/978-1-4757-0450-1>) algorithms.
            The analysis is independent of multiplexing geometry, dPCR system, 
            and input amount.
            The details about input data and parameters are available in the
            vignette. 
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: dbscan, e1071, exactci, ggplot2, ggpubr, graphics, raster,
        rlist, scales, shiny, shinyjs, stats, stringr, utils
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-07-28 13:34:36 UTC; adefalco
Author: Alfonso De Falco [aut, cre] (<https://orcid.org/0000-0001-9985-9920>),
  Michel Mittelbronn [ctb],
  Christophe Olinger [ctb],
  Daniel Stieber [ctb],
  Laboratoire national de santé [cph]
Maintainer: Alfonso De Falco <alfonsodefalco90@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-29 08:30:09 UTC
