aboutsummaryrefslogtreecommitdiff
path: root/man/drdata.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-02-24 16:53:01 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-02-24 16:53:01 +0000
commit473e0e78e3ffa1eb344a55d26a8395cb01b58ab5 (patch)
tree6873629379f0f17dad03acf71764ff32d82ca947 /man/drdata.Rd
parentf92cc2ed89ea77d206866231247cc5fa28e564ed (diff)
I added support for the enzyme test database.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@13 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drdata.Rd')
-rw-r--r--man/drdata.Rd9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/drdata.Rd b/man/drdata.Rd
index f46a4d3..ef1d104 100644
--- a/man/drdata.Rd
+++ b/man/drdata.Rd
@@ -6,7 +6,7 @@
}
\usage{
drdata(substances, experimentator = "\%", db = "cytotox", celltype = "IPC-81",
- whereClause = "1", ok = "'ok'")
+ enzymetype="AChE", whereClause = "1", ok = "'ok'")
}
\arguments{
\item{substances}{
@@ -16,10 +16,13 @@
The name of the experimentator whose data is to be used. Default is "%", which
means that data from all experimentators are retrieved.}
\item{db}{
- The database to be used. Currently only "cytotox" of the UFT Department of
- Bioorganic Chemistry is supported.}
+ The database to be used. Currently, the databases "cytotox" and "enzymes"
+ of the UFT Department of Bioorganic Chemistry are supported (default is
+ "cytotox").}
\item{celltype}{
Currently, only data for IPC-81, C6, NB4, HeLa, Jurkat and U937 are supported.}
+ \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).}

Contact - Imprint