forked from PCRuniversum/PCRedux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
76 lines (76 loc) · 2.38 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: PCRedux
Type: Package
Title: Quantitative Polymerase Chain Reaction (qPCR) Data Mining and Machine Learning Toolkit
Version: 1.1
Date: 2021-11-17
Authors@R: c(person("Stefan", "Roediger",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1441-6512"),
role = c("cre", "aut")),
person("Michal", "Burdukiewicz",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("aut")),
person("Andrej-Nikolai", "Spiess",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9630-4724"),
role = c("aut")),
person("Konstantin A.", "Blagodatskikh",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8732-0300"),
role = c("aut")),
person("Dominik", "Rafacz",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0925-1909"),
role = c("ctb")))
Description: Extracts features from amplification curve data of quantitative
Polymerase Chain Reactions (qPCR) (Pabinger S. et al. (2014)
<doi:10.1016/j.bdq.2014.08.002>) for machine learning purposes. Helper
functions prepare the amplification curve data for processing as functional
data (e.g., Hausdorff distance) or enable the plotting of amplification
curve classes (negative, ambiguous, positive). The hookreg() and hookregNL()
functions (Burdukiewicz M. et al. (2018) <doi:10.1016/j.bdq.2018.08.001>)
can be used to predict amplification curves with an hook effect-like
curvature. The pcrfit_single() function can be used to extract features
from an amplification curve.
License: MIT + file LICENSE
LazyLoad: yes
LazyData: yes
URL: https://CRAN.R-project.org/package=PCRedux
BugReports: https://github.com/PCRuniversum/PCRedux/issues
Depends:
R (>= 3.5.0)
Imports:
bcp,
changepoint,
chipPCR,
ecp,
fda.usc,
MBmca,
parallel,
pbapply,
pracma,
qpcR,
robustbase,
segmented,
shiny,
stats,
utils,
zoo
Suggests:
DT,
future,
knitr,
listenv,
RDML,
readxl,
rmarkdown,
shinycssloaders,
spelling,
testthat,
xtable
NeedsCompilation: no
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1