blob: d545656c0dd8e35b116a551a915a6edd0bf80261 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<html><head><title>Check raw data from a specified microtiter plate</title>
<link rel="stylesheet" type="text/css" href="Rchm.css">
</head>
<body>
<table width="100%"><tr><td>checkplate(drfit)</td><td align="right">R Documentation</td></tr></table><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="keyword" value="R: checkplate">
<param name="keyword" value=" Check raw data from a specified microtiter plate">
</object>
<h2>Check raw data from a specified microtiter plate</h2>
<h3>Description</h3>
<p>
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.
</p>
<h3>Usage</h3>
<pre>
checkplate(plate,db="cytotox")
</pre>
<h3>Arguments</h3>
<table summary="R argblock">
<tr valign="top"><td><code>plate</code></td>
<td>
The number of the plate identifying it within the database.</td></tr>
<tr valign="top"><td><code>db</code></td>
<td>
The database to be used. Currently only "cytotox" of the UFT Department of
Bioorganic Chemistry is supported.</td></tr>
</table>
<h3>Value</h3>
<p>
The function lists a report and shows two graphs.</p>
<h3>Author(s)</h3>
<p>
Johannes Ranke
<a href="mailto:jranke@uni-bremen.de">jranke@uni-bremen.de</a>
<a href="http://www.uft.uni-bremen.de/chemie/ranke">http://www.uft.uni-bremen.de/chemie/ranke</a>
</p>
<h3>Examples</h3>
<pre>
# Check plate number 1 in the cytotox database
## Not run: data <- checkplate(1)
</pre>
<hr><div align="center"><a href="00Index.html">[Package Contents]</a></div>
</body></html>
|