clinical_outcomes_ui <- function(id) {
ns <- shiny::NS(id)
shiny::tagList(
iatlas.modules::titleBox("CRI iAtlas Explorer — Clinical Outcomes"),
iatlas.modules::textBox(
width = 12,
shiny::includeMarkdown(get_markdown_path("clinical_outcomes")),
shiny::p("Check out our ",
a(href="https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/clinical_outcomes.ipynb", "Jupyter notebook"),
"reproducing the code run in this module.")
),
iatlas.modules::sectionBox(
title = "Sample Group Survival",
module_ui(ns("clinical_outcomes_survival"))
),
iatlas.modules::sectionBox(
title = "Concordance Index",
module_ui(ns("clinical_outcomes_heatmap"))
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.