aboutsummaryrefslogtreecommitdiff
path: root/man/checksubstance.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-02-25 20:30:17 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-02-25 20:30:17 +0000
commit15bac796bc137de974f6e58fea813a87e8ddfdc5 (patch)
treec5ff8e66dcb1d4c7c99a7e812625b478ae124c1c /man/checksubstance.Rd
parentabd8cb44371374aea0324a81287c42b809c304f5 (diff)
Added the documentation for linearlogisf and checksubstance.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@15 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/checksubstance.Rd')
-rw-r--r--man/checksubstance.Rd45
1 files changed, 45 insertions, 0 deletions
diff --git a/man/checksubstance.Rd b/man/checksubstance.Rd
new file mode 100644
index 0000000..e9915e7
--- /dev/null
+++ b/man/checksubstance.Rd
@@ -0,0 +1,45 @@
+\name{checksubstance}
+\alias{checksubstance}
+\title{Check raw data for a specified substance}
+\description{
+ Report metadata for a specified substance from a specified database, and plot
+ the data.
+}
+\usage{
+ checksubstance(substance,db="cytotox",experimentator="%",celltype="%",whereClause="1",ok="%")
+}
+\arguments{
+ \item{substance}{
+ The name of the substance 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").}
+ \item{experimentator}{
+ The name of the experimentator whose data is to be used. Default is "\%", which
+ means that data from all experimentators are shown.}
+ \item{celltype}{
+ Currently, only data for IPC-81, C6, NB4, HeLa, Jurkat and U937 are supported.
+ Default is "\%", i.e. any cell type.}
+ \item{enzymetype}{
+ Currently, only data for AChE, GR and GST are supported.}
+ \item{whereClause}{
+ With this argument, additional conditions for the SQL query can be set,
+ e.g. "where plate != 710". The default is 1 (in SQL syntax this means TRUE).}
+ \item{ok}{
+ With the default value "\%", all data in the database is retrieved for the
+ specified substance.}
+}
+\value{
+ The function lists a report and shows one graph.
+}
+\examples{
+# Check substance IM14 BF4 in the cytotox database
+\dontrun{checksubstance("IM14 BF4")}
+}
+\author{
+ Johannes Ranke
+ \email{jranke@uni-bremen.de}
+ \url{http://www.uft.uni-bremen.de/chemie/ranke}
+}
+\keyword{database}

Contact - Imprint