From 91c7d76441b309e6b3b38d00e869ad1cea6e5d0e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> Date: Wed, 8 Sep 2004 12:37:23 +0000 Subject: I built the windows binary package, and thus the compiled help files are updated. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@6 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc --- chm/00Index.html | 2 ++ chm/antifoul.html | 4 ++-- chm/checkplate.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ chm/drdata.html | 9 +++---- chm/drfit.chm | Bin 22081 -> 30187 bytes chm/drfit.hhp | 1 + chm/drfit.html | 6 ++--- chm/drfit.toc | 8 +++++++ chm/drplot.html | 22 +++++++++++------ 9 files changed, 104 insertions(+), 16 deletions(-) create mode 100755 chm/checkplate.html diff --git a/chm/00Index.html b/chm/00Index.html index 9958f5e..db1b1cd 100644 --- a/chm/00Index.html +++ b/chm/00Index.html @@ -14,6 +14,8 @@
antifoul | Dose-Response data for TBT and Zink Pyrithione in IPC-81 cells | |||||
checkplate | +Check raw data from a specified microtiter plate | |||||
drdata | Get dose-response data | |||||
drfit | diff --git a/chm/antifoul.html b/chm/antifoul.html index 12ba527..810c5e9 100644 --- a/chm/antifoul.html +++ b/chm/antifoul.html @@ -24,14 +24,14 @@ February 25, 2004
checkplate(drfit) | R Documentation |
+Report metadata from a specified microtiter plate from a specified database, box +plot positive and negative (blind) controls, and show the response data on the +plate. +
+ + ++ checkplate(plate,db="cytotox") ++ + +
plate |
++The number of the plate identifying it within the database. |
db |
++The database to be used. Currently only "cytotox" of the UFT Department of +Bioorganic Chemistry is supported. |
+The function lists a report and shows two graphs.
+ ++Johannes Ranke +jranke@uni-bremen.de +http://www.uft.uni-bremen.de/chemie/ranke +
+ + ++# Check plate number 1 in the cytotox database +## Not run: data <- checkplate(1) ++ + + +
The function is currently only used for retrieving data from the mysql database "cytotox" of the UFT Department of Bioorganic Chemistry. -Additionally to the installation of the RODBC package, it is required to set -up a ODBC data source with the name "cytotox", using an ODBC driver for mysql, -probably myODBC. Then, under Unix, you can use iodbc or unixodbc for setting -up the respective data source with data source name (DSN) "cytotox". For my +Access to this database is limited to UFT staff. Additionally to the +installation of the RODBC package, it is required to set up a ODBC data +source with the name "cytotox", using an ODBC driver for mysql, probably +myODBC. Then, under Unix, you can use iodbc or unixodbc for setting up the +respective data source with data source name (DSN) "cytotox". For my setting using unixodbc, I am using the file ‘/etc/odbcinst.ini’ containing:
results |
-A data frame containing at least one line for each substance. If the data did not -show a mean response < 0.5 at the highest dose level, the modeltype is set to "none". -Every successful fit is reported in one line. Parameters of the fitted curves are only -reported if the fitted EC50 is not higher than the highest dose. |
+Turn off the colors if you don't like them and don't want to fiddle with
+them. Treatment of legends is quite bad. Be sure all devices are closed
+(e.g. by calling dev.off()
) before calling drplot
again.
+
@@ -119,9 +127,9 @@ Johannes Ranke
-## Not run: data(antifoul) -## Not run: r <- drfit(antifoul) -## Not run: format(r,digits=2) +data(antifoul) +r <- drfit(antifoul) +## Not run: drplot(r,antifoul)-- cgit v1.2.1