aboutsummaryrefslogtreecommitdiff
path: root/man/checkexperiment.Rd
blob: 56db90ca560641b6b553e983fa2541a7d9d4555f (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{checkexperiment}
\alias{checkexperiment}
\alias{checkplate}
\title{Check raw data from a specified experiment or microtiter plate}
\description{
  Report metadata from a specified experiment or microtiter plate from a
  specified database, box plot controls, and plot the dose-response data.
}
\usage{
  checkplate(id,db="cytotox")
  checkexperiment(id,db="ecotox")
}
\arguments{
  \item{id}{
    The id of the experiment or the plate identifying it within the database.}
  \item{db}{
  The database to be used. Currently, the microtiter plate databases
  "cytotox", "enzymes" of the UFT Department of Bioorganic Chemistry are
  supported, as well as the database of ecotoxicity experiments "ecotox".}
}
\value{
  The function lists a report and shows two graphs side by side.
}
\examples{
# Check plate number 3 in the cytotox database
\dontrun{checkplate(3)}
}
\author{
  Johannes Ranke 
  \email{jranke@uni-bremen.de} 
  \url{http://www.uft.uni-bremen.de/chemie/ranke}
}
\keyword{database}

Contact - Imprint