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 be request the imputation by noise, and statistical tests by group pairs
- Generates several outputs:
- interactive
Plotly-type volcano plot - table reformatted for
MetaboAnalystinput - table with statistics and SIRIUS annotation
- 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):
