1 2 3 4 5
checkplate <- function(id, db = c("cytotox", "enzymes")) { db <- match.arg(db) checkexperiment(id, db = db) }
Contact - Imprint