Nothing
library("pcaExplorer")
context("Check that shiny app is generated")
dds <- makeExampleDESeqDataSet(n = 100, m = 8)
rlt <- rlogTransformation(dds)
cm <- counts(dds)
cd <- colData(dds)
test_that("Shiny app is generated", {
expect_is(pcaExplorer(), "shiny.appobj")
expect_is(pcaExplorer(dds, rlt), "shiny.appobj")
expect_is(pcaExplorer(countmatrix = cm, coldata = cd), "shiny.appobj")
expect_is(pcaExplorer(dds = dds), "shiny.appobj")
})
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.