Nothing
require(shiny)
library(debrowser)
library(testthat)
test_that("passing no data returns NULL", {
expect_null(compareClust() )
expect_null(getGOPlots(NULL, NULL))
null_deseq <- runDE(NULL)
expect_null(null_deseq)
expect_null(plot_pca(NULL))
})
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.