R/checkplate.R

checkplate <- function(id, db = c("cytotox", "enzymes"))
{
  db <- match.arg(db)
  checkexperiment(id, db = db)
}

Try the drfit package in your browser

Any scripts or data that you put into this service are public.

drfit documentation built on May 2, 2019, 2:31 p.m.