R/biomart_available.r

Defines functions biomart.available

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

  return(is(mart,"Mart"))
}
hloefflerwirth/oposSOM documentation built on April 30, 2024, 1:07 p.m.