aboutsummaryrefslogtreecommitdiff
path: root/man/checkcontrols.Rd
blob: d99c342c97001253636684e0064b22ab52b1ad39 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\name{checkcontrols}
\alias{checkcontrols}
\title{Check raw data from range of plates or experiments}
\description{
  Report control data from a specified range of microtiter plates or
  experiments from a specified database.
}
\usage{
  checkcontrols(last = 10, id = NULL, 
                db = c("cytotox", "enzymes", "ecotox"),
                celltype = "IPC-81", enzymetype = "AChE", 
                organism = "Vibrio fischeri",
                endpoint = "\%", qcc = c("R", "xbar"))
}
\arguments{
  \item{last}{
    If \code{id} is not specified, this argument specifies the number of
    plates/experiments that should be evaluated. The plates/experiments with
    the hightest numbers are selected.
  }
  \item{id}{
    A numeric vector of integers, specifying the plates or experiments explicitly.
  }
  \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".
  }
  \item{celltype}{
    Only important if database "cytotox" is used.  Data for
    "IPC-81", "C6", "NB4", "HeLa", "Jurkat" and "U937" are available.
  }
  \item{enzymetype}{
    Only important if database "enzymes" is used.
    Data for "AChE", "GR" and "GST" are available.
  }
  \item{organism}{
    Only important if database "ecotox" is used. 
  }
  \item{endpoint}{
    The endpoint that should be used for selecting the data. Only important if
    the database "ecotox" is used. Defaults to "\%".}
  \item{qcc}{
    The type of quality control charts to be plotted. By default, an R chart
    (showing ranges of control values within plates/experiments), and an
    xbar chart (showing means) are generated.
  }
}
\value{
  The function lists a report and shows two graphs.
}
\examples{
\dontrun{checkcontrols(15)}
}
\author{
  Johannes Ranke
  \email{jranke@uni-bremen.de}
}
\keyword{database}

Contact - Imprint