From ae13a2e7f373f697cdfb6acb7ae042d6e27d8967 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 24 Mar 2017 15:22:07 +0100 Subject: Add pkgdown docu, change package build directory --- docs/reference/checkexperiment.html | 143 ++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 docs/reference/checkexperiment.html (limited to 'docs/reference/checkexperiment.html') diff --git a/docs/reference/checkexperiment.html b/docs/reference/checkexperiment.html new file mode 100644 index 0000000..e22705d --- /dev/null +++ b/docs/reference/checkexperiment.html @@ -0,0 +1,143 @@ + + + + + + + + +Check raw data from a specified experiment or microtiter plate — checkexperiment • drfit + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

Report metadata from a specified experiment or microtiter plate from a + specified database, box plot controls, and plot the dose-response data.

+ + +
checkplate(id, db = "cytotox")
+  checkexperiment(id, db = "ecotox", endpoint = "%")
+ +

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

+ +

Value

+ +

The function lists a report and shows two graphs.

+ + +

Examples

+
# Check plate number 3 in the cytotox database +## Not run: checkplate(3)
+
+ +
+ + +
+ + + -- cgit v1.2.1