Skip to content

LewisResearchGroup/fugu-ms-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Filtering utility for grouping untargeted mass spectrometry datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages