R/biomart_available.r

Defines functions biomart.available

biomart.available <- function()
{
  mart <- try({ suppressMessages({ useMart(biomart=preferences$database.biomart, host=preferences$database.host, verbose=FALSE) }) }, silent=TRUE)

  return(is(mart,"Mart"))
}

Try the oposSOM package in your browser

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

oposSOM documentation built on Nov. 8, 2020, 8:16 p.m.