rnabioco / clustifyr-web-app

An R Shiny app to help with scRNA-seq benchmarking and analysis with clustifyr
https://raysinensis.shinyapps.io/clustifyr-web-app/
1 stars 2 forks source link

Call experiment hub outside of reactives #14

Closed raysinensis closed 3 years ago

raysinensis commented 3 years ago

move these either before ui (line 12), or right at the start of server (line 105), to avoid running multiple times eh <- ExperimentHub() refs <- query(eh, "clustifyrdatahub")