aboutsummaryrefslogblamecommitdiff
path: root/R/checkplate.R
blob: d66e1be960c406de0c82c2570fb7de67fc1a78f6 (plain) (tree)
1
2
3
4
5
                                                        
 
                     
                              
 
checkplate <- function(id, db = c("cytotox", "enzymes"))
{
  db <- match.arg(db)
  checkexperiment(id, db = db)
}

Contact - Imprint