R/ExposomeClust-sampleNames.R

#' @describeIn ExposomeClust Method to obtain samples' names
#' @param object An object of class \link{ExposomeClust}
setMethod(
  f = "sampleNames",
  signature = "ExposomeClust",
  definition = function(object) {
    colnames(assayData(object)[["exp"]])
  }
)

Try the rexposome package in your browser

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

rexposome documentation built on March 13, 2021, 2:01 a.m.