cellimage_network_ui <- function(id){
ns <- shiny::NS(id)
shiny::tagList(
iatlas.modules::plotBox(
width = 6,
cyjShiny::cyjShinyOutput(ns("network"), height = 600) %>%
shinycssloaders::withSpinner(.)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.