From d04bac001217855b4e9a1490a35bef3325441b55 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Jul 2023 08:24:12 +0200 Subject: Maintenance prompted by email from CRAN - Fix an improper use of 'packageVersion' - Update .Rbuildignore - Fix a link in the README - Static documentation rebuilt by pkgdown::build_site() --- docs/reference/checkcontrols.html | 216 +++++++++++++------------------------- 1 file changed, 71 insertions(+), 145 deletions(-) (limited to 'docs/reference/checkcontrols.html') diff --git a/docs/reference/checkcontrols.html b/docs/reference/checkcontrols.html index 6fa239b..0228a63 100644 --- a/docs/reference/checkcontrols.html +++ b/docs/reference/checkcontrols.html @@ -1,65 +1,13 @@ - - - - - - - -Check raw data from range of plates or experiments — checkcontrols • drfit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check raw data from range of plates or experiments — checkcontrols • drfit - - - - + + -
-
- -
- -
+
-
checkcontrols(last = 10, id = NULL,
-                db = c("cytotox", "enzymes", "ecotox"),
-                celltype = "IPC-81", enzymetype = "AChE",
-                organism = "Vibrio fischeri",
-                endpoint = "%", qcc = c("R", "xbar"))
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
last

If id is not specified, this argument specifies the number of +

+
checkcontrols(last = 10, id = NULL, 
+                db = c("cytotox", "enzymes", "ecotox"),
+                celltype = "IPC-81", enzymetype = "AChE", 
+                organism = "Vibrio fischeri",
+                endpoint = "%", qcc = c("R", "xbar"))
+
+ +
+

Arguments

+
last
+

If id is not specified, this argument specifies the number of plates/experiments that should be evaluated. The plates/experiments with - the hightest numbers are selected.

id

A numeric vector of integers, specifying the plates or experiments explicitly.

db

The database to be used. Currently, the microtiter plate databases + the hightest numbers are selected.

+ +
id
+

A numeric vector of integers, specifying the plates or experiments explicitly.

+ +
db
+

The database to be used. Currently, the microtiter plate databases "cytotox", "enzymes" of the UFT Department of Bioorganic Chemistry are - supported, as well as the database of ecotoxicity experiments "ecotox".

celltype

Only important if database "cytotox" is used. Data for - "IPC-81", "C6", "NB4", "HeLa", "Jurkat" and "U937" are available.

enzymetype

Only important if database "enzymes" is used. - Data for "AChE", "GR" and "GST" are available.

organism

Only important if database "ecotox" is used.

endpoint

The endpoint that should be used for selecting the data. Only important if - the database "ecotox" is used. Defaults to "%".

qcc

The type of quality control charts to be plotted. By default, an R chart - (showing ranges of control values within plates/experiments), and an - xbar chart (showing means) are generated.

+ supported, as well as the database of ecotoxicity experiments "ecotox".

-

Value

+
celltype
+

Only important if database "cytotox" is used. Data for + "IPC-81", "C6", "NB4", "HeLa", "Jurkat" and "U937" are available.

-

The function lists a report and shows two graphs.

+
enzymetype
+

Only important if database "enzymes" is used. + Data for "AChE", "GR" and "GST" are available.

-

Examples

-
if (FALSE) checkcontrols(15)
-
- +
+

Value

+ + +

The function lists a report and shows two graphs.

+
+

Author

Johannes Ranke - jranke@uni-bremen.de

+ jranke@uni-bremen.de

+
+ +
+

Examples

+
if (FALSE) checkcontrols(15)
+
+
+
-
- - + + -- cgit v1.2.1