Skip to content

plyush1993/Metabocano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. License

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

Launch the App 🚀

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


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