diff options
Diffstat (limited to 'man/checksubstance.Rd')
-rw-r--r-- | man/checksubstance.Rd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/checksubstance.Rd b/man/checksubstance.Rd index e9915e7..194688a 100644 --- a/man/checksubstance.Rd +++ b/man/checksubstance.Rd @@ -6,7 +6,7 @@ the data. } \usage{ - checksubstance(substance,db="cytotox",experimentator="%",celltype="%",whereClause="1",ok="%") + checksubstance(substance,db="cytotox",experimentator="\%",celltype="\%",whereClause="1",ok="%") } \arguments{ \item{substance}{ @@ -20,9 +20,9 @@ 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.} + Default is "\%", i.e. data for any cell type will be displayed.} \item{enzymetype}{ - Currently, only data for AChE, GR and GST are supported.} + 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{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).} |