-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.02 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
Package: pcr
Version: 1.2.2
Title: Analyzing Real-Time Quantitative PCR Data
Description: Calculates the amplification efficiency and curves from real-time
quantitative PCR (Polymerase Chain Reaction) data. Estimates the relative
expression from PCR data using the double delta CT and the standard curve
methods Livak & Schmittgen (2001) <doi:10.1006/meth.2001.1262>. Tests for
statistical significance using two-group tests and linear regression
Yuan et al. (2006) <doi: 10.1186/1471-2105-7-85>.
Authors@R: person("Mahmoud", "Ahmed",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4377-6541"))
Maintainer: Mahmoud Ahmed <[email protected]>
URL: https://github.com/MahShaaban/pcr
BugReports: https://github.com/MahShaaban/pcr/issues
Depends: R (>= 3.4.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports: ggplot2
Suggests: testthat,
knitr,
rmarkdown,
covr,
cowplot
VignetteBuilder: knitr
License: GPL-3