From 91c7d76441b309e6b3b38d00e869ad1cea6e5d0e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> Date: Wed, 8 Sep 2004 12:37:23 +0000 Subject: I built the windows binary package, and thus the compiled help files are updated. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@6 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- chm/checkplate.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100755 chm/checkplate.html (limited to 'chm/checkplate.html') diff --git a/chm/checkplate.html b/chm/checkplate.html new file mode 100755 index 0000000..d545656 --- /dev/null +++ b/chm/checkplate.html @@ -0,0 +1,68 @@ +Check raw data from a specified microtiter plate + + + + +
checkplate(drfit)R Documentation
+ + + + + +

Check raw data from a specified microtiter plate

+ + +

Description

+ +

+Report metadata from a specified microtiter plate from a specified database, box +plot positive and negative (blind) controls, and show the response data on the +plate. +

+ + +

Usage

+ +
+  checkplate(plate,db="cytotox")
+
+ + +

Arguments

+ + + + + + +
plate +The number of the plate identifying it within the database.
db +The database to be used. Currently only "cytotox" of the UFT Department of +Bioorganic Chemistry is supported.
+ +

Value

+ +

+The function lists a report and shows two graphs.

+ +

Author(s)

+ +

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

+ + +

Examples

+ +
+# Check plate number 1 in the cytotox database
+## Not run: data <- checkplate(1)
+
+ + + +
[Package Contents]
+ + -- cgit v1.2.1