Nothing
#' @describeIn MultiDataSet Get the name of the datasets that have rowRanges
#' @aliases MultiDataSet-methods
setMethod(
f = "rowRangesElements",
signature = "MultiDataSet",
definition = function(object) {
res <- names(object@rowRanges[!is.na(object@rowRanges)])
if (is.null(res)) {
res <- character(0)
}
return(res)
}
)
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.