R/ExposomePCA-phenotypeNames.R

#' @describeIn ExposomePCA Getter to obtain the phenotype's names.
setMethod(
    f = "phenotypeNames",
    signature = "ExposomePCA",
    definition = function(object) {
        colnames(pData(object))
    }
)
isglobal-brge/rexposome documentation built on Feb. 4, 2023, 12:35 p.m.