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