#' SummarizedExperiment with Nebula results
#'
#' A subclass that provides no additional slots,
#' but exists to implement polymorphic behavior of `tidy`, `results` and `resultsNames`
#' @seealso [run_nebula()]
#' @export
#' @importClassesFrom DESeq2 DESeqDataSet
setClass('NebulaSE', contains = 'DESeqDataSet')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.