aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-09-16 15:28:46 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-09-16 15:28:46 +0000
commit2d0ed946c5738a10dbe6413292738ff6dbf87c5d (patch)
treed7d5cc70bd0a2196d019624cb5b2a123ec5b2f48 /man
parent70b8298f02a240de7b97a8336035f825828a8110 (diff)
Added the documentation for the drdata function update.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@37 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man')
-rw-r--r--man/drdata.Rd9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/drdata.Rd b/man/drdata.Rd
index fe54ffe..3f794bc 100644
--- a/man/drdata.Rd
+++ b/man/drdata.Rd
@@ -6,7 +6,8 @@
}
\usage{
drdata(substances, experimentator = "\%", db = "cytotox", celltype = "IPC-81",
- enzymetype="AChE", whereClause = "1", ok = "'ok','no fit'")
+ enzymetype="AChE", organism="Vibrio fischeri", endpoint="Luminescence",
+ whereClause = "1", ok = "'ok','no fit'")
}
\arguments{
\item{substances}{
@@ -23,6 +24,12 @@
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{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 "Vibrio fischeri".}
\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