Cluster Tree
{{ shiny::sliderInput( "edgeThreshold", label = "Min. proportion", value = 0.05, min = 0, max = 1 ) }} {{ shinyWidgets::radioGroupButtons( "edgeProportions", label = "Proportions", choices = c("From", "To"), selected = "To" ) }} {{ shinyWidgets::materialSwitch( "edgeLabels", label = "Labels", value = TRUE, status = "primary" ) }}
{{ ggiraph::girafeOutput("tree") }}
Array Plots
{{ shiny::sliderInput( "scoreMultiplier", label = "Multiplier", value = 0, min = -10, max = 10 ) }} {{ shiny::sliderInput( "spotOpacity", label = "Opacity", value = 1, min = 0, max = 1 ) }} {{ shiny::sliderInput( "spotSize", label = "Size", value = 5, min = 1, max = 10 ) }} {{ shinyWidgets::materialSwitch( "showImage", label = "Image", value = TRUE, status = "primary" ) }}