aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-21 21:33:52 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-21 21:33:52 +0000
commita6d317b462b78f4a5e2723ad7f1593afdd3ed4ff (patch)
treea1df70b5fdec5c14f9b26817b697422bb88b018b
parentf6ca9cbb4b1ca8056cd9668760e8d55d638154aa (diff)
Added the checkplate.R function, which is now just another way
to call checkexperiment.R, and fixed DESCRIPTION and INDEX git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@67 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
-rw-r--r--DESCRIPTION2
-rw-r--r--INDEX16
-rw-r--r--R/checkplate.R4
3 files changed, 14 insertions, 8 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 788cc96..29f461a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,5 +1,5 @@
Package: drfit
-Version: 0.04-65
+Version: 0.04-67
Date: 2006-04-21
Title: Dose-response data evaluation
Author: Johannes Ranke <jranke@uni-bremen.de>
diff --git a/INDEX b/INDEX
index 12b1206..b59f306 100644
--- a/INDEX
+++ b/INDEX
@@ -1,16 +1,18 @@
-antifoul Dose-Response data for TBT and Zink Pyrithione
- in IPC-81 cells
-drdata Get dose-response data
-drfit Fit dose-response models
-drfit-package Dose-response data evaluation
-drplot Plot dose-response models
IM1xIPC81 Dose-Response data for
1-methyl-3-alkylimidazolium tetrafluoroborates
in IPC-81 cells
IM1xVibrio Dose-Response data for
1-methyl-3-alkylimidazolium tetrafluoroborates
in V. fischeri
+XY Dose-Response data for two substances X and Y
+antifoul Dose-Response data for TBT and Zink Pyrithione
+ in IPC-81 cells
+checkexperiment Check raw data from a specified experiment or
+ microtiter plate
+drdata Get dose-response data
+drfit Fit dose-response models
+drfit-package Dose-response data evaluation
+drplot Plot dose-response models
linlogitf Linear-logistic function
pyrithione Cytotoxicity data for different pyrithionates
and related species
-XY Dose-Response data for two substances X and Y
diff --git a/R/checkplate.R b/R/checkplate.R
new file mode 100644
index 0000000..e03be70
--- /dev/null
+++ b/R/checkplate.R
@@ -0,0 +1,4 @@
+checkplate <- function(id,db="cytotox")
+{
+ checkexperiment(id,db=db)
+}

Contact - Imprint