#' @describeIn ExposomeSet Getter to obtain the phenotypes's names.
setMethod(
f = "phenotypeNames",
signature = "ExposomeSet",
definition = function(object) {
return(varLabels(object@phenoData))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.