test_that("immune_features_server", {
shiny::testServer(
immune_features_server,
args = list(
"cohort_obj" = shiny::reactiveVal(
iatlas.modules2::tcga_immune_subtype_cohort_obj
)
),
{
expect_true(T)
}
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.