From 9b36a3d2055d3bfa4844ca43acc232f064856871 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 31 Mar 2017 12:10:59 +0200 Subject: Further improvement to checkcontrols() Static documentation rebuilt by pkgdown::build_site() --- docs/reference/checkcontrols.html | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'docs/reference/checkcontrols.html') diff --git a/docs/reference/checkcontrols.html b/docs/reference/checkcontrols.html index 2b2eb8b..0e89c93 100644 --- a/docs/reference/checkcontrols.html +++ b/docs/reference/checkcontrols.html @@ -76,7 +76,9 @@ experiments from a specified database.

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

Arguments

@@ -98,10 +100,19 @@ "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 -

The organism that was exposed to the chemical. Only important if the database - "ecotox" is used. Defaults to "Vibrio fischeri".

+

Only important if database "ecotox" is used.

endpoint @@ -110,8 +121,8 @@ 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 +

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.

@@ -136,8 +147,8 @@

Author

- Johannes Ranke - jranke@uni-bremen.de + Johannes Ranke + jranke@uni-bremen.de http://www.uft.uni-bremen.de/chemie/ranke -- cgit v1.2.1