aboutsummaryrefslogtreecommitdiff
path: root/R
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 /R
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
Diffstat (limited to 'R')
-rw-r--r--R/checkplate.R4
1 files changed, 4 insertions, 0 deletions
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