diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/checkplate.R | 4 |
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) +} |