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 (seeexamples of inputs) - Merges with the annotation table from
SIRIUS - Intersects peak table with the annotation table from
SIRIUS, and Pairs List fromGNPS - Performs imputation by noise, and statistical tests by group pairs
- Generates several outputs:
- interactive
Plotly-type volcano plot with built-in filters - table reformatted for
MetaboAnalystinput - zip archive for
AutoPlotterCompounds in Columns input - table with statistics and
SIRIUSannotation, which can be merged inCytoscape
- interactive
Shiny deployment
https://plyush1993.shinyapps.io/Metabocano/
Run locally
Install:
if (!require("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
if (!require("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("plyush1993/metabocano", INSTALL_opts = "--no-multiarch")or
if (!requireNamespace("pak", quietly = TRUE)) install.packages("pak")
pak::pak("plyush1993/metabocano")Run:
metabocano::run_metabocano()Important
The App's script was compiled using R version 4.1.2
Please send any comment, suggestion or question you may have to the author (Dr. Ivan Plyushchenko):
