LieberInstitute / spatialLIBD

Code for the spatialLIBD R/Bioconductor package and shiny app
http://LieberInstitute.github.io/spatialLIBD/
80 stars 16 forks source link

Disable the layer-level portion if it's not needed #9

Closed lcolladotor closed 3 years ago

lcolladotor commented 3 years ago

We want to add support to run_app() such that if the user does not specify the sce_layer object (like sce_layer = NULL), then the layer-level panel won't show up. This can be done with uiOutput in shiny (see the docs), though I haven't tried it with golem.