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
- Host: GitHub
- URL: https://github.com/lz100/gen242_shiny_template
- Owner: lz100
- License: gpl-3.0
- Created: 2022-05-14T01:16:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T23:35:26.000Z (about 3 years ago)
- Last Synced: 2024-12-01T02:51:47.681Z (7 months ago)
- Language: R
- Size: 235 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - lz100/gen242_shiny_template - Shiny template for GEN242 class (R)
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.