From 2c5a4d04e567deb2fd97c4e0b1014fb82a15a6b8 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> Date: Wed, 8 Sep 2004 12:18:15 +0000 Subject: Added the checkplate function. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@5 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- man/checkplate.Rd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 man/checkplate.Rd (limited to 'man') diff --git a/man/checkplate.Rd b/man/checkplate.Rd new file mode 100644 index 0000000..43dcaac --- /dev/null +++ b/man/checkplate.Rd @@ -0,0 +1,31 @@ +\name{checkplate} +\alias{checkplate} +\title{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{ + \item{plate}{ + The number of the plate identifying it within the database.} + \item{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. +} +\examples{ +# Check plate number 1 in the cytotox database +\dontrun{data <- checkplate(1)} +} +\author{ + Johannes Ranke + \email{jranke@uni-bremen.de} + \url{http://www.uft.uni-bremen.de/chemie/ranke} +} +\keyword{database} -- cgit v1.2.1