inst/shiny-examples/example4/ui.R

library(shiny)
library(canvasXpress)
library(DT)


shinyUI(
    fluidPage(
        h1("CX events heatmap example"),
        h3("Double click heatmap cell to highlight table cell"),
        canvasXpress::canvasXpressOutput("genelist_heatmap",
                                         width  = "100%",
                                         height = "250px"
        ),
        DTOutput("y")
    )
)

Try the canvasXpress package in your browser

Any scripts or data that you put into this service are public.

canvasXpress documentation built on Nov. 9, 2023, 1:06 a.m.