vimms


Namevimms JSON
Version 2.1.4 PyPI version JSON
download
home_pagehttps://github.com/glasgowcompbio/vimms
SummaryA framework to develop, test and optimise fragmentation strategies in LC-MS metabolomics.
upload_time2023-10-02 23:11:26
maintainer
docs_urlNone
authorJoe Wandy
requires_python>=3.9,<3.11
licenseMIT
keywords lc-ms metabolomics simulator mass spectrometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ![ViMMS Logo](images/logo.png?raw=true "ViMMS Logo")

# About

Liquid-Chromatography (LC) coupled with tandem mass spectrometry (MS/MS) is a prevalent technique for identifying small molecules in untargeted metabolomics. There are various strategies for acquiring MS/MS fragmentation spectra, but devising new methods is often challenging due to the absence of a structured environment where researchers can prototype, compare, and optimize strategies before testing on real equipment. 

To solve this, we introduce the **V**irtual **M**etabolomics **M**ass **S**pectrometer (**VIMMS**), a flexible and modular framework designed to simulate fragmentation strategies in tandem mass spectrometry-based metabolomics. 

# Quick Start & Documentation

Eager to start using ViMMS? Take advantage of these resources:
- [Installation guide](pages/installation.md).
- Visit our project documentation page: [![Documentation Status](https://readthedocs.org/projects/vimms/badge/?version=latest)](http://vimms.readthedocs.io/?badge=latest)
- Our [Demo folder](https://github.com/glasgowcompbio/vimms/tree/master/demo) contains notebooks that demonstrate how to use the framework in a simulated environment.
- For specific examples that accompany our publications, see the [Example folder](https://github.com/glasgowcompbio/vimms/tree/master/examples).
- You can also find this [quick guide on how to get started using ViMMS](https://github.com/glasgowcompbio/vimms/blob/master/demo/guide_to_vimms.ipynb).

# Key Features

ViMMS provides scan-level control simulation of the MS2 acquisition process in a virtual environment. You can generate new LC-MS/MS data based on empirical data or virtually replay a previous LC-MS/MS analysis using existing data, which allows for testing different fragmentation strategies. With ViMMS, you can evaluate diverse fragmentation strategies using real data, and extract the scan results as mzML files.

Moreover, ViMMS serves as a platform for the development, optimization, and testing of new fragmentation strategies. These strategies can be implemented by extending a Controller class in ViMMS, and can be tested on both the simulator and actual mass spectrometry instruments that support compatible APIs.

To see a more thorough explanation of the use cases of ViMMS, please refer to the [Use Cases](pages/use_cases.md) section.


# Contributions

As an open-source project licensed under MIT, we welcomes all forms of contributions, including bug fixes, new features, and more. You can find our community contribution guidelines [here](https://github.com/glasgowcompbio/vimms/blob/master/CONTRIBUTING.md).

# Citing ViMMS 

To cite ViMMS or read about the list of publications that are built on top of ViMMS, please refer to the [Publications](pages/publications.md) page.
ViMMS is also actively [presented](pages/talks.md) in various computational biology venues.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/glasgowcompbio/vimms",
    "name": "vimms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.11",
    "maintainer_email": "",
    "keywords": "LC-MS,metabolomics,simulator,mass spectrometry",
    "author": "Joe Wandy",
    "author_email": "joe.wandy@glasgow.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/21/17/3b82ba33228a647e2e3ed0f73954c237cdcac357178dd2fb192233c5e988/vimms-2.1.4.tar.gz",
    "platform": null,
    "description": "![ViMMS Logo](images/logo.png?raw=true \"ViMMS Logo\")\n\n# About\n\nLiquid-Chromatography (LC) coupled with tandem mass spectrometry (MS/MS) is a prevalent technique for identifying small molecules in untargeted metabolomics. There are various strategies for acquiring MS/MS fragmentation spectra, but devising new methods is often challenging due to the absence of a structured environment where researchers can prototype, compare, and optimize strategies before testing on real equipment. \n\nTo solve this, we introduce the **V**irtual **M**etabolomics **M**ass **S**pectrometer (**VIMMS**), a flexible and modular framework designed to simulate fragmentation strategies in tandem mass spectrometry-based metabolomics. \n\n# Quick Start & Documentation\n\nEager to start using ViMMS? Take advantage of these resources:\n- [Installation guide](pages/installation.md).\n- Visit our project documentation page: [![Documentation Status](https://readthedocs.org/projects/vimms/badge/?version=latest)](http://vimms.readthedocs.io/?badge=latest)\n- Our [Demo folder](https://github.com/glasgowcompbio/vimms/tree/master/demo) contains notebooks that demonstrate how to use the framework in a simulated environment.\n- For specific examples that accompany our publications, see the [Example folder](https://github.com/glasgowcompbio/vimms/tree/master/examples).\n- You can also find this [quick guide on how to get started using ViMMS](https://github.com/glasgowcompbio/vimms/blob/master/demo/guide_to_vimms.ipynb).\n\n# Key Features\n\nViMMS provides scan-level control simulation of the MS2 acquisition process in a virtual environment. You can generate new LC-MS/MS data based on empirical data or virtually replay a previous LC-MS/MS analysis using existing data, which allows for testing different fragmentation strategies. With ViMMS, you can evaluate diverse fragmentation strategies using real data, and extract the scan results as mzML files.\n\nMoreover, ViMMS serves as a platform for the development, optimization, and testing of new fragmentation strategies. These strategies can be implemented by extending a Controller class in ViMMS, and can be tested on both the simulator and actual mass spectrometry instruments that support compatible APIs.\n\nTo see a more thorough explanation of the use cases of ViMMS, please refer to the [Use Cases](pages/use_cases.md) section.\n\n\n# Contributions\n\nAs an open-source project licensed under MIT, we welcomes all forms of contributions, including bug fixes, new features, and more. You can find our community contribution guidelines [here](https://github.com/glasgowcompbio/vimms/blob/master/CONTRIBUTING.md).\n\n# Citing ViMMS \n\nTo cite ViMMS or read about the list of publications that are built on top of ViMMS, please refer to the [Publications](pages/publications.md) page.\nViMMS is also actively [presented](pages/talks.md) in various computational biology venues.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A framework to develop, test and optimise fragmentation strategies in LC-MS metabolomics.",
    "version": "2.1.4",
    "project_urls": {
        "Homepage": "https://github.com/glasgowcompbio/vimms"
    },
    "split_keywords": [
        "lc-ms",
        "metabolomics",
        "simulator",
        "mass spectrometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e547a74cc0b86e0b14de4eef436d8233b9698342dd6591c5d2ba322abd0f1b3",
                "md5": "8bbe22624d00db4d63b117313e4a07c8",
                "sha256": "305c17a6d34a5b4dd6b7aca49e02b4099cd237a3e2f94eaab87473433bab1748"
            },
            "downloads": -1,
            "filename": "vimms-2.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8bbe22624d00db4d63b117313e4a07c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.11",
            "size": 247311,
            "upload_time": "2023-10-02T23:11:23",
            "upload_time_iso_8601": "2023-10-02T23:11:23.278858Z",
            "url": "https://files.pythonhosted.org/packages/0e/54/7a74cc0b86e0b14de4eef436d8233b9698342dd6591c5d2ba322abd0f1b3/vimms-2.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21173b82ba33228a647e2e3ed0f73954c237cdcac357178dd2fb192233c5e988",
                "md5": "9f27bd1c4b962e1da3d4d6eb1fa7794a",
                "sha256": "b9073318f6fe187ea0f355429f13af38b3e2fc715a5ba82d96dc1cdd9da5d1d2"
            },
            "downloads": -1,
            "filename": "vimms-2.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9f27bd1c4b962e1da3d4d6eb1fa7794a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.11",
            "size": 214048,
            "upload_time": "2023-10-02T23:11:26",
            "upload_time_iso_8601": "2023-10-02T23:11:26.897527Z",
            "url": "https://files.pythonhosted.org/packages/21/17/3b82ba33228a647e2e3ed0f73954c237cdcac357178dd2fb192233c5e988/vimms-2.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 23:11:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "glasgowcompbio",
    "github_project": "vimms",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "vimms"
}
        
Elapsed time: 0.15402s