leylabdotorg / amlviz

1 stars 3 forks source link

Multiple datasets and configuration files #27

Closed paytonredemer closed 1 year ago

paytonredemer commented 1 year ago

I added tcga_aml and beat_aml datasets. Also, the basic idea of configuration files is implemented to display only the available plots for each dataset.

chrisamiller commented 1 year ago

I believe this closes https://github.com/leylabdotorg/amlviz/issues/12

paytonredemer commented 1 year ago

I decided to start using the shinyjs library to toggle the visibility of UI elements. I tried doing it with native shiny functions, but they were too limiting. I also tried plain javascript, but at that point, I was reimplementing shinyjs.

paytonredemer commented 1 year ago

Nice - I can see how shinyjs simplifies some things. My only comment is the "Multiple protein view" thing I pointed out last time

Changed for now, but I'll make it based on the db later.