diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-08-14 13:58:31 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-08-14 13:58:31 +0000 |
commit | 1d0cf91a4d24ef150a2535153d4c4cfeba22dbc9 (patch) | |
tree | 385dfacfe927097aac1d8a1a46cdbccb73533c1c /man/checksubstance.Rd | |
parent | 49ec9e0cac81bdade523db3fcc54d2f07e7f469f (diff) |
- New version just published on my website
- Fixes in checkplate, checksubstance and checkexperiment
- New arguments ltys, xlab and ylab in drplot, due to a request by
Ewa Mulkiewicz
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@83 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/checksubstance.Rd')
-rw-r--r-- | man/checksubstance.Rd | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/checksubstance.Rd b/man/checksubstance.Rd index f5340fe..387785f 100644 --- a/man/checksubstance.Rd +++ b/man/checksubstance.Rd @@ -6,7 +6,10 @@ the data. } \usage{ - checksubstance(substance,db="cytotox",experimentator="\%",celltype="\%",enzymetype="\%",whereClause="1",ok="\%") + checksubstance(substance, db = "cytotox", experimentator = "\%", + celltype = "\%", enzymetype = "\%", organism = "\%", + endpoint = "\%", + whereClause = "1", ok = "\%") } \arguments{ \item{substance}{ @@ -25,9 +28,15 @@ \item{enzymetype}{ Currently, only data for AChE, GR and GST are supported. The default value is "\%", i.e. data for any enzyme type will be displayed.} + \item{organism}{ + The latin name of the tested organism, if the ecotox db was selected. The + default value is "\%", i.e. data for any organism will be displayed.} + \item{endpoint}{ + The endpoint that should be used for selecting the data. Only important if + the database "ecotox" is used. Defaults to "\%".} \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).} + e.g. "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.} |