R/show-methods.R

###############################################################################
# The show method for CellBaseR class

#
setMethod("show",signature = "CellBaseR",definition = function(object){
    cat("An object of class ", class(object), "\n", sep = "")
    cat("| it holds the configuration for querying the CellBase databases\n")
    cat("| the current species is ",object@species, "\n")
})

###############################################################################
# The show method for CellBaseParam class
#

setMethod("show",signature = "CellBaseParam",definition = function(object){
  cat("|An object of class ", class(object), "\n", sep = "")
  cat("|use this object to control what results are returned from the CellBaseR
      methods\n")
})

Try the cellbaseR package in your browser

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

cellbaseR documentation built on Nov. 8, 2020, 5:38 p.m.