R/ResultSet-getIntegration.R

#' @aliases getIntegration
#' @rdname getIntegration-methods
setMethod(
    f = "getIntegration",
    signature = "ResultSet",
    definition = function(object, ...) {
        object@results[[1]]$result
    }
)

Try the omicRexposome package in your browser

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

omicRexposome documentation built on Jan. 24, 2021, 2:03 a.m.