waldronlab / BugSigDBEnrich

A ShinyApp to perform enrichemnt analysis with BugSigDB signatures.
https://shiny.sph.cuny.edu/BugSigDBEnrich/
0 stars 0 forks source link

Optimize loading BugSigDB and Bugphyzz with reactives. #13

Closed sdgamboa closed 1 day ago

sdgamboa commented 1 day ago

By setting a variable with reactiveVal, the databases would only be loaded when the analysis requires it and only the first time.

This ensures the app will load faster, and bugphyzz would only be imported if the user requires to use that database.

sdgamboa commented 1 day ago

Solved with 4996ddb