matthewhirschey / ddh.org

datadrivenhypothesis.org is a resource to query 100+ GB of raw biological science data to develop data-driven hypotheses
3 stars 7 forks source link

Pathways #87

Closed matthewhirschey closed 4 years ago

matthewhirschey commented 4 years ago

This significant update adds the ability to search by a single gene (as before), pre-defined pathways (GO numbers), or a set of user defined genes. Landing pages were framed for each of these three options. All functions were updated to allow multiple gene inputs, and reports were standardized to accept each of the three types.

Also added were these minor changes:

matthewhirschey commented 4 years ago

Do you also need to load the gganatogram library into the docker file (in addition to installing the package?)

johnbradley commented 4 years ago

Do you also need to load the gganatogram library into the docker file (in addition to installing the package?)

I don't understand. What do you mean by "load"? I thought installing the package was enough. I was able to run library(gganatogram) inside R within the Docker container.

matthewhirschey commented 4 years ago

never mind. I didn't know if you need to also load the library, not just install the package. I looked closer at the docker file and understand. The library is loaded in the shiny app. 🤦🏻‍♂️