Nothing
context("Testing the alluvial plots")
test_that("Alluvial plot (interactive) is generated", {
p <- gs_alluvial(res_enrich = res_enrich_IFNg_vs_naive,
res_de = res_macrophage_IFNg_vs_naive,
annotation_obj = anno_df,
n_gs = 5)
expect_is(p, "plotly")
expect_is(p, "htmlwidget")
})
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.