#' Coerce object to SummarizedExperiment
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `SummarizedExperiment`.
setGeneric(
name = "as.SummarizedExperiment",
def = function(x, ...) {
standardGeneric("as.SummarizedExperiment")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.