diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/checkplate.Rd | 31 |
1 files changed, 31 insertions, 0 deletions
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} |