-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 768 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 768 Bytes
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
Package: InterOpt
Title: Optimal weights for qPCR Internal controls
Version: 0.1.3.9100
Authors@R:
person(given = "Adel",
family = "Salimi",
role = c("aut", "cre"),
email = "asalimih@gmail.com",
comment = c(ORCID = "0000-0003-2882-5664"))
Description: calculates the optimal weights for a combination of internal controls in qPCR experiments.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 3.6.0)
Suggests:
testthat (>= 2.1.0)
URL: https://github.com/asalimih/InterOpt
BugReports: https://github.com/asalimih/InterOpt/issues
Imports:
matrixStats,
MASS,
stats,
parallel,
CovTools
Collate:
'weight_utils.R'
'benchmark.R'
'calcWeight.R'
'data.R'