R/organism.type.check.R

Defines functions organism.type.check

organism.type.check <- function(organism.type){
  if (!(organism.type %in% c('human','fly'))) stop(paste( organism.type ,' is not currently supported'))
}
ShawnBrad/PathfindeR documentation built on March 28, 2020, 4:32 a.m.