Nothing
#' @aliases add_cls
#' @rdname add_cls-methods
setMethod(
f = "add_cls",
signature = c("MultiDataSet", "ExposomeClust"),
definition = function(object, clsSet, ...) {
if("cluster" %in% colnames(pData(clsSet))) {
object <- MultiDataSet::add_eset(object, clsSet,
dataset.type = "cluster",
GRanges = NA, ...)
} else {
stop("Column 'cluster' must be in cls'Set's phenotype data.")
}
return(object)
}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.