make_txi <- function(se) {
txi <- as.list(SummarizedExperiment::assays(se))
txi$countsFromAbundance <- "no"
return(txi)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.