This project started as a masters thesis at the Faculty of Mathematics and Information Sciences at the Warsaw University of Technology.
If one wishes to install the package it can be done as shown below.
# install.packages("remotes")
remotes::install_github("hadexversum/IAOPeptideReader")
IAOPeptideReader::run_shiny_app()
During the implementation following assumptions were made:
- uploaded files have unique names,
- the application will be started by
run_shiny_app
function, i.e. not directly withshiny::runApp
.
The table found below states which file sources which within the app. The main files with function returning UI and server function are respectively, ui.R
and server.R
.
File Name | Sourced Files |
---|---|
ui.R |
ui/main_panel_ui.R ui/sidebar_panel_ui.R |
server.R |
server/input_settings.R server/plot_settings.R server/modals.R |
server/input_settings.R |
server/data_preview.R |
server/modals.R |
server/modals/*.R |