R/methods-ipDataSource.R

## ==========================================================================
## The show method for 'ipDataSource' objects
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

setMethod("show", signature="ipDataSource",
          definition=function(object){
            cat("object of class 'ipDataSource' containing mapping data",
                "\nfor type '", object@type, "' pathways\n", sep="")
            cat("   ", length(object@pathways), " pathways with " ,
                length(object@genes), " genes\n   and ", length(object@domains),
                " annotated InterPro domains\n", sep="")
          }
          )

Try the domainsignatures package in your browser

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

domainsignatures documentation built on May 2, 2018, 4:17 a.m.