An open API service indexing awesome lists of open source software.

https://github.com/lz100/gen242_shiny_template

Shiny template for GEN242 class
https://github.com/lz100/gen242_shiny_template

Last synced: 6 months ago
JSON representation

Shiny template for GEN242 class

Awesome Lists containing this project

README

        

# Shiny template for GEN242 class

Template for students who are interested in creating a simple Shiny app to demonstrate their final project.

Crosslink of the [Shiny tutorial](https://girke.bioinformatics.ucr.edu/GEN242/tutorials/shinyapps/shinyapps/#create-a-shiny-app-for-your-final-project) on the GEN242 class website.

- Click the green "Use this template" button to start.
- This template is deploy-ready, which means one could directly deploy the template as it is without any additional config. A live demo can be found [here](https://tgirke.shinyapps.io/gen242_shiny_template/).
- UI is in `ui.R`
- server is in `server.R`
- Internet resources like images are in `www` folder.
- datasets to be used in this app are stored in `data`. Replace with our own datasets.