Nothing
library(pcaExplorer)
context("Check that example dds is generated correctly")
dds <- makeExampleDESeqDataSet_multifac(betaSD_condition = 3, betaSD_tissue = 1)
library(SummarizedExperiment)
expect_equal(names(colData(dds)), c("condition", "tissue"))
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.