Metaboseek is here to help you analyze your mass spectrometry data!
Visit our website at https://metaboseek.com to test Metaboseek online
Installation and data analysis documentation
Metaboseek is an interactive tool to analyze and browse your mass spectrometry data. It is built on functions from the xcms package, and provides a web-based graphical user interface built with shiny.
Metaboseek is currently under development, and new features are constantly added. Visit the download page to see the full change log.
If you use Metaboseek for your research, please cite our paper!
In Liquid Chromatography/Mass Spectrometry (LC/MS), so called mass spectra are acquired in rapid succession. Each spectrum can contain the mass-to-charge ratios (m/z) of thousands of charged molecules (ions) and their intensity (=relative abundance) at one time point. The molecules are separated through chromatography before entering the mass spectrometer, so that ions are separated in an additional dimension, the retention time (rt). This is particularly important to get separate signals for molecules with the same or very similar m/z value, but different structures (this happens a lot).
The combination of m/z value and retention time can be defined as a molecular feature
. Although these molecular features
typically don't allow unambiguous identification of specific compounds, their abundance can be compared between different biological samples. This can be very useful, because a molecular feature might be enriched in one sample group compared to another. For instance, some molecular features might only be found in a mutant strain of bacteria, but not in the wild-type control. In the approach to metabolomics presented here, we can select such molecular features of interest and then try to get more information about the molecular structure by tandem-MS, a method that breaks molecules into pieces and then reports the m/z of the resulting fragments.
So what can you do with this app? I would like to highlight some of the key software features, and invite you to check out the example data that is loaded in the online version (and is also included in the Metaboseek R package). Documentation on how to use the app is available at https://metaboseek.com/doc.
Metaboseek offers a graphical user interface to set up data analysis with the xcms
package to detect and align molecular features from LC/MS data across multiple samples. You can then load xcms results into the app as a "Feature Table" (using xcms
and MSnbase
packages, mzR
-based) and run statistical analyses to identify molecular features of interest.
- Filter the xcms results, view and export chromatograms and mass spectra for molecular features of interest.
- Generate and view molecular networks based on tandem-MS spectrum similarity between molecular features (using
MassTools
andigraph
packages). The interactive plot is based on re-rendering plot.igraph() with different parameters depending on selections.
- Annotate fragments in tandem-MS spectra with SIRIUS. Metaboseek sends jobs to the SIRIUS command line interface and retrieves them from the SIRIUS output folder.
Metaboseek is strictly built from shiny modules, allowing for easy reuse and rearrangement of elements such as the spectral plots
-
Metaboseek is an R package that contains the app code along with some data analysis functions
-
For improved code organization, Metaboseek is built from more than 70 different shiny modules, all of which are part of the Metaboseek package and documented. I am considering splitting grouping these modules into sub-packages for easier reuse by others.
Unfortunately, it was not possible to deploy the app on shinyapps.io. There seems to be a problem with installing one of the required packages (mzR
). However, there are other options to try the app:
-
Here is the direct link to the app (with example data pre-loaded), hosted on a shiny-server instance at Boyce Thompson Institute/Cornell University (on this server, it takes up to a minute to load; when installed locally, it starts within a few seconds)
-
Take a look at the documentation here to see how to get Metaboseek as installer or .zip file for Windows (built using R-portable), as a Docker image or from GitHub.