diff options
-rw-r--r-- | DESCRIPTION | 2 | ||||
-rw-r--r-- | INDEX | 16 | ||||
-rw-r--r-- | R/checkplate.R | 4 |
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> @@ -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) +} |