R/ResultSet-names.R

#' @describeIn ResultSet Returns the names of the omics data used to create
#' the \code{ResultSet}.
setMethod(
    f = "names",
    signature="ResultSet",
    definition = function(x) {
        return(names(x@results))
    }
)

Try the MultiDataSet package in your browser

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

MultiDataSet documentation built on Jan. 31, 2021, 2:01 a.m.