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/checkexperiment.html | 186 +++++++++++------------------------- 1 file changed, 58 insertions(+), 128 deletions(-) (limited to 'docs/reference/checkexperiment.html') diff --git a/docs/reference/checkexperiment.html b/docs/reference/checkexperiment.html index 7acd323..a97ea52 100644 --- a/docs/reference/checkexperiment.html +++ b/docs/reference/checkexperiment.html @@ -1,65 +1,13 @@ - - - - - - - -Check raw data from a specified experiment or microtiter plate — checkexperiment • drfit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Check raw data from a specified experiment or microtiter plate — checkexperiment • drfit - - - - + + -
-
- -
- -
+
-
checkplate(id, db = c("cytotox", "enzymes"))
-  checkexperiment(id, db = c("ecotox", "cytotox", "enzymes"), endpoint = "%",
-                  whereClause = "1")
- -

Arguments

- - - - - - - - - - - - - - - - - - -
id

The id of the experiment or the plate identifying it within the database.

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".

endpoint

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

whereClause

With this argument, additional conditions for the SQL query can be set, - e.g. "duration = 48" (i.e. "Only retrieve data with duration 48"). The - default is 1 (in SQL syntax this means TRUE).

+
+
checkplate(id, db = c("cytotox", "enzymes"))
+  checkexperiment(id, db = c("ecotox", "cytotox", "enzymes"), endpoint = "%", 
+                  whereClause = "1")
+
-

Value

+
+

Arguments

+
id
+

The id of the experiment or the plate identifying it within the database.

-

The function lists a report and shows two graphs.

+
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".

-

Examples

-
# Check plate number 3 in the cytotox database -if (FALSE) checkplate(3) +
endpoint
+

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

-# Check data from experiment 1517 with duration 48 hours -if (FALSE) checkexperiment(1517, whereClause = "duration = 48")
-
- +
+

Value

+ + +

The function lists a report and shows two graphs.

+
+

Author

Johannes Ranke - jranke@uni-bremen.de

+ jranke@uni-bremen.de

+
+ +
+

Examples

+
# Check plate number 3 in the cytotox database
+if (FALSE) checkplate(3)
+
+# Check data from experiment 1517 with duration 48 hours
+if (FALSE) checkexperiment(1517, whereClause = "duration = 48")
+
+
+
-
- - + + -- cgit v1.2.1