R/MultiDataSet-names.R

#' @describeIn MultiDataSet Get the names of the slots.
#' @aliases MultiDataSet-methods, names
setMethod(
  f = "names",
  signature = "MultiDataSet",
  definition = function(x) {
    return(names(x@assayData))
  }
)

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.