From a6d317b462b78f4a5e2723ad7f1593afdd3ed4ff Mon Sep 17 00:00:00 2001 From: ranke Date: Fri, 21 Apr 2006 21:33:52 +0000 Subject: 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 --- DESCRIPTION | 2 +- INDEX | 16 +++++++++------- R/checkplate.R | 4 ++++ 3 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 R/checkplate.R 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 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) +} -- cgit v1.2.1