aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:23:33 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:23:33 +0100
commitb05f8438729e8070f4e0cbbf628bbbcbbe3f1a7a (patch)
tree87fa6c455217f1f19cf12055599c539ede3c46ba /man
parentae13a2e7f373f697cdfb6acb7ae042d6e27d8967 (diff)
Add function to control controls
Diffstat (limited to 'man')
-rw-r--r--man/checkcontrols.Rd48
1 files changed, 48 insertions, 0 deletions
diff --git a/man/checkcontrols.Rd b/man/checkcontrols.Rd
new file mode 100644
index 0000000..b155643
--- /dev/null
+++ b/man/checkcontrols.Rd
@@ -0,0 +1,48 @@
+\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 = "cytotox", 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{organism}{
+ The organism that was exposed to the chemical. Only important if the database
+ "ecotox" is used. Defaults to "Vibrio fischeri".}
+ \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}
+ \url{http://www.uft.uni-bremen.de/chemie/ranke}
+}
+\keyword{database}

Contact - Imprint