Skip to content

plyush1993/Metabocano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metabocano

Description 📑

The Shiny App for making an enhanced interactive volcano plot for metabolomics studies.

  • Directly reads the output peak table from mzMine, xcms, MS-DIAL, and Default format (see examples of inputs)
  • Joins with the annotation table from SIRIUS
  • Performs imputation by noise, and statistical tests
  • Generates several outputs: interactive Plotly-type volcano plot, the table reformatted for MetaboAnalyst input, and a statistical table with SIRIUS annotation

Launch the App 🚀

Shiny deployment:
https://plyush1993.shinyapps.io/Metabocano/

Run locally:

cat("Checking required packages (auto-installing if missing)\n")
if (!requireNamespace("pacman", quietly = TRUE)) install.packages("pacman")
pacman::p_load("shiny", "DT", "shinythemes", "shinyWidgets", "shinyjs", "vroom", "dplyr", "data.table", "tidyr", "stringr", "plotly", "viridisLite", "tibble", "shinyBS")

source("https://raw.githubusercontent.com/plyush1993/Metabocano/refs/heads/main/app.R")
shiny::shinyApp(ui, server)

Important

The App's script was compiled using R version 4.1.2


Contact 📬

Please send any comment, suggestion or question you may have to the author (Dr. Ivan Plyushchenko):

Email GH ORCID

About

Enhanced Interactive Volcano Plot for Metabolomics Studies 🌋

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages