ici_immune_features_ui <- function(id){
ns <- shiny::NS(id)
shiny::tagList(
iatlas.modules::titleBox(
"CRI iAtlas Explorer — Immune Features in Immune Checkpoint Inhibitors datasets"
),
iatlas.modules::textBox(
width = 12,
p("This module allows you to see how immune readouts vary across your groups.")
),
iatlas.modules::sectionBox(
title = "Distributions",
iatlas.modules::messageBox(
width = 12,
shiny::includeMarkdown("inst/markdown/ici_immunefeatures.markdown")
),
ici_distribution_ui(ns("ici_immune_features_distribution"))
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.