#' @describeIn MultiDataSet Get the name of the ids common to all datasets
#' @aliases MultiDataSet-methods
setMethod(
f = "commonIds",
signature = "MultiDataSet",
definition = function(object) {
return(Reduce(intersect, sampleNames(object)))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.