-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
32 lines (32 loc) · 1.09 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
Package: tidyqpcr
Type: Package
Title: Quantitative PCR Analysis with the Tidyverse
Version: 1.0
Authors@R: c(person("Edward", "Wallace", email = "[email protected]", role = c("aut", "cre")),
person("Sam", "Haynes", email = "[email protected]", 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)
LazyData: true
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