LieberInstitute / spatialLIBD

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

Modularize interactive code #62

Open lcolladotor opened 9 months ago

lcolladotor commented 9 months ago

The code for the shiny interactive web applications needs to be modularized and broken up into smaller units. One framework for doing so is the golem and golemverse framework https://golemverse.org/. Doing so will enable us to implement unit tests for the interactive components and overall facilitate maintainance of the interactive code as well as make it easier to expand the interactive code.