Filtering utility for grouping untargeted mass spectrometry datasets.
This application is available on our server: https://lewisresearchgroup.shinyapps.io/fugu-ms/
To deploy the application locally, the user must have R and the following packages installed.
install.packages("shiny")
install.packages("shinydashboard")
install.packages("shinyWidgets")
install.packages("shinybusy")
install.packages("plotly")
install.packages("ggplot2")
install.packages("tidyr")
install.packages("dplyr")
To run the app, simply open an R console, set the directory to the project folder, and deploy the app.
setwd("~/fugu-ms-app/Application")
library(shiny)
runApp()
This will launch a local instance of the app on the user's machine.