Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 977 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 977 Bytes

FUGU-MS

Filtering utility for grouping untargeted mass spectrometry datasets.

FUGU-MS Logo

FUGU-App

This application is available on our server: https://lewisresearchgroup.shinyapps.io/fugu-ms/

FUGU-App Landing Page

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.