This is an interactive web application that allows you to flexibly search the Generation R data universe. NOTE: this is currently under development! Double check that the info provided is correct and up to date. If you find any errors, inconsistencies or you have any feedback, let me know by opening an issue or shoot me an email!
Visit the website! [coming up]
If you are feeling impatient, the app will run faster to on your local machine. To run the application locally (using Python > 3.9) run the following lines into your terminal:
git clone https://github.com/SereDef/GuRu
cd GuRu
pip install -r requirements.txt
shiny run --launch-browser app.py