Package: tidyqpcr Type: Package Title: Quantitative PCR Analysis with the Tidyverse Version: 1.0 Authors@R: c(person("Edward", "Wallace", email = "Edward.Wallace@ed.ac.uk", role = c("aut", "cre")), person("Sam", "Haynes", email = "samuel.haynes10@gmail.com", role = c("aut"))) Description: For reproducible quantitative PCR (qPCR) analysis building on packages from the ’tidyverse’, notably ’dplyr’ and ’ggplot2’. It normalizes (by ddCq), summarizes, and plots pre-calculated Cq data, and plots raw amplification and melt curves from Roche Lightcycler (tm) machines. It does NOT (yet) calculate Cq data from amplification curves. Depends: R (>= 3.1.0), tibble Imports: rlang, dplyr, ggplot2, scales, readr, forcats, assertthat, tidyr Suggests: knitr, rmarkdown, testthat, covr VignetteBuilder: knitr License: Apache License (>= 2) RoxygenNote: 7.1.2 Encoding: UTF-8 URL: https://docs.ropensci.org/tidyqpcr, https://github.com/ropensci/tidyqpcr BugReports: https://github.com/ropensci/tidyqpcr/issues Language: en-GB Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2024-04-29 14:34:44 UTC RemoteUrl: https://github.com/ropensci/tidyqpcr RemoteRef: main RemoteSha: 0d3f62f16ce3cc216a011ad5c64f270f34d1331d NeedsCompilation: no Packaged: 2026-07-01 08:25:12 UTC; root Author: Edward Wallace [aut, cre], Sam Haynes [aut] Maintainer: Edward Wallace