##' @export
##' @import methods
##' @importClassesFrom SummarizedExperiment SummarizedExperiment
setClass(
"poplin",
slots = c(
poplinData = "DataFrame",
poplinReduced = "DataFrame"
),
contains = "SummarizedExperiment"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.