diff options
author | (no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2004-09-08 12:18:15 +0000 |
---|---|---|
committer | (no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2004-09-08 12:18:15 +0000 |
commit | 2c5a4d04e567deb2fd97c4e0b1014fb82a15a6b8 (patch) | |
tree | da5dbece0ce89977c55bf267c420b6aaf4784f92 /man/checkplate.Rd | |
parent | 18b13d3122eaa4f803795dfa2cb5ba951c8354f6 (diff) |
Added the checkplate function.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@5 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/checkplate.Rd')
-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} |