Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.79 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.79 KB

IAO Peptide Reader

R build status License: GPL-3.0

This project started as a masters thesis at the Faculty of Mathematics and Information Sciences at the Warsaw University of Technology.

Installation and Running the App

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()

Remarks

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 with shiny::runApp.

Shiny App Sourcing Summary

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