From 473e0e78e3ffa1eb344a55d26a8395cb01b58ab5 Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 24 Feb 2005 16:53:01 +0000 Subject: 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 --- man/drdata.Rd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'man/drdata.Rd') 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).} -- cgit v1.2.1