aboutsummaryrefslogtreecommitdiff
path: root/man/checkplate.Rd
blob: 794b3f647a97dd89e528b65ea9a339b26c1428ce (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
\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, the databases "cytotox" and "enzymes"
    of the UFT Department of Bioorganic Chemistry are supported (default is
    "cytotox").} 
}
\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}
\keyword{internal}

Contact - Imprint