Skip to content
forked from Roestlab/massdash

MassDash: Streamlined DIA-MS visualization, analysis, optimization, and prototyping

License

Notifications You must be signed in to change notification settings

singjc/massdash

 
 

Repository files navigation

MassDash Logo


pypipv pypiv pypidownload

dockerv dockerpull continuous-integration demoapp readthedocs Licence

MassDash is a visualization and data exploration platform for Data-Independent Acquisition mass spectrometry data.

Key Features Include:

  • Chromatogram Visualization - Easily view and analyze chromatograms for an in-depth examination of peptide precursors of interest.
  • 2D and 3D Visualizations - Visualization of ion mobility enhacanced mass spectrometry and other 2D and 3D plots.
  • On the fly parameter optimization - Adjust peak picking parameters on the fly or experiment with novel deep learning based peak picking approaches.
  • Algorithm testing - Develop and fine-tune custom algorithms by interfacing with MassDash's various data analysis algorithms and workflows.
  • Usage Flexibility - User-friendly web based dashboard for quick visualizations, advanced python package for more complex applications

One Click Installation

installwindows installmacos installubuntu demoapp

For a one-click installation, click on the corresponding badge corresponding to your operating system, or visit the latest release page and download the installer for your operating system.

(Recommended) Pip Installation

The recommended way of installing MassDash is through the Python Package Index (PyPI). We recommend installing MassDash in its own virtual environment using Anaconda to avoid packaging conflicts.

First create a new environemnt:

conda create --name=massdash python=3.9
conda activate massdash 

Then in the new environment install MassDash.

pip install massdash --upgrade

After installation the GUI can be launched in the Terminal/Anaconda Prompt using

massdash gui

For detailed OS-specific (Windows, MacOS, Ubuntu) installation guides, please refer to the documentation.

GUI Quick start

Launch MassDash by typing the following command in your terminal/Anaconda Prompt:

massdash gui

For more information on the GUI, please refer to the documentation.

MassDash Landing Page

Demo

To run a demo version of MassDash, you can visit the streamlit cloud hosted demo version here. Note that full functionality is not avaliable in the demo app.

Documentation

For more information (API and tutorial walk-throughs), please refer to the documentation.

Contribute

Support

If you are having issues or would like to propose a new feature, please use the issues tracker.

License

This project is licensed under the BSD 3-Clause license.

Citation

Sing, J. C., Charkow, J., AlHigaylan, M., Horecka, I., Xu, L., & Roest, H. L. (2024). MassDash: A Web-based Dashboard for Targeted Mass Spectrometry Visualization (p. 2024.01.15.575772). bioRxiv. https://doi.org/10.1101/2024.01.15.575772

About

MassDash: Streamlined DIA-MS visualization, analysis, optimization, and prototyping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.8%
  • Jupyter Notebook 29.9%
  • Python 3.3%