matchmsextras


Namematchmsextras JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/matchms/matchmsextras
SummaryAdditional functionalities to be used with matchms
upload_time2023-02-06 09:49:19
maintainer
docs_urlNone
authorNetherlands eScience Center
requires_python>=3.7
licenseApache Software License 2.0
keywords similarity measures mass spectrometry networking network analysis library search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="https://github.com/matchms/matchmsextras/blob/main/images/matchmsextras_logo.png" width="600">

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/matchms/matchmsextras/CI_build.yml?branch=main)
![GitHub](https://img.shields.io/github/license/matchms/matchmsextras)
[![PyPI](https://img.shields.io/pypi/v/matchmsextras?color=blue)](https://pypi.org/project/matchmsextras/)

# matchmsextras

Additional functionalities to be used with [matchms](https://github.com/matchms/matchms).

Usually this is stuff which either in scope and/or in code quality and/or in degree of unit testing does not match the criteria we have for matchms.
For producing the results shown in our [Spec2Vec article, PLoS Computational Biology, 2021](https://doi.org/10.1371/journal.pcbi.1008724) we used code from `matchmsextras 0.1.0`. To fully reproduce those results you can install this via `pip install matchmsextras==0.1.0`. For all other purposes we recommend using the latest release.

## Installation

```
pip install matchmsextras
```

## Citing us
If you use **matchmsextras** for your research, please cite the following references:

Huber F, Ridder L, Verhoeven S, Spaaks JH, Diblen F, Rogers S, van der Hooft JJJ, (2021) "Spec2Vec: Improved mass spectral similarity scoring through learning of structural relationships". PLoS Comput Biol 17(2): e1008724. https://doi.org/10.1371/journal.pcbi.1008724

F. Huber, S. Verhoeven, C. Meijer, H. Spreeuw, E. M. Villanueva Castilla, C. Geng, J.J.J. van der Hooft, S. Rogers, A. Belloum, F. Diblen, J.H. Spaaks, (2020). "matchms - processing and similarity evaluation of mass spectrometry data". Journal of Open Source Software, 5(52), 2411, https://doi.org/10.21105/joss.02411

Many extra thanks!

## Tutorial on matchms and Spec2Vec
Possibly the easiest way to learn how to run matchmsextras is to follow our tutorial on `matchms`.

+ [Part I - Import and process MS/MS data using matchms](https://blog.esciencecenter.nl/build-your-own-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-i-d96c718c68ee)
+ [Part II - Compute spectral similarity using Spec2Vec](https://blog.esciencecenter.nl/build-a-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-ii-spec2vec-8aa639571018)
+ [Part III - Create molecular networks from Spec2Vec similarities](https://blog.esciencecenter.nl/build-a-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-iii-molecular-91891248ee34)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/matchms/matchmsextras",
    "name": "matchmsextras",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "similarity measures,mass spectrometry,networking,network analysis,library search",
    "author": "Netherlands eScience Center",
    "author_email": "f.huber@esciencecenter.nl",
    "download_url": "https://files.pythonhosted.org/packages/96/8b/de53be11f79920f76bcb2edb4a464602a674964f0dbaa62ab6eb9d6916a0/matchmsextras-0.4.1.tar.gz",
    "platform": null,
    "description": "<img src=\"https://github.com/matchms/matchmsextras/blob/main/images/matchmsextras_logo.png\" width=\"600\">\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/matchms/matchmsextras/CI_build.yml?branch=main)\n![GitHub](https://img.shields.io/github/license/matchms/matchmsextras)\n[![PyPI](https://img.shields.io/pypi/v/matchmsextras?color=blue)](https://pypi.org/project/matchmsextras/)\n\n# matchmsextras\n\nAdditional functionalities to be used with [matchms](https://github.com/matchms/matchms).\n\nUsually this is stuff which either in scope and/or in code quality and/or in degree of unit testing does not match the criteria we have for matchms.\nFor producing the results shown in our [Spec2Vec article, PLoS Computational Biology, 2021](https://doi.org/10.1371/journal.pcbi.1008724) we used code from `matchmsextras 0.1.0`. To fully reproduce those results you can install this via `pip install matchmsextras==0.1.0`. For all other purposes we recommend using the latest release.\n\n## Installation\n\n```\npip install matchmsextras\n```\n\n## Citing us\nIf you use **matchmsextras** for your research, please cite the following references:\n\nHuber F, Ridder L, Verhoeven S, Spaaks JH, Diblen F, Rogers S, van der Hooft JJJ, (2021) \"Spec2Vec: Improved mass spectral similarity scoring through learning of structural relationships\". PLoS Comput Biol 17(2): e1008724. https://doi.org/10.1371/journal.pcbi.1008724\n\nF. Huber, S. Verhoeven, C. Meijer, H. Spreeuw, E. M. Villanueva Castilla, C. Geng, J.J.J. van der Hooft, S. Rogers, A. Belloum, F. Diblen, J.H. Spaaks, (2020). \"matchms - processing and similarity evaluation of mass spectrometry data\". Journal of Open Source Software, 5(52), 2411, https://doi.org/10.21105/joss.02411\n\nMany extra thanks!\n\n## Tutorial on matchms and Spec2Vec\nPossibly the easiest way to learn how to run matchmsextras is to follow our tutorial on `matchms`.\n\n+ [Part I - Import and process MS/MS data using matchms](https://blog.esciencecenter.nl/build-your-own-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-i-d96c718c68ee)\n+ [Part II - Compute spectral similarity using Spec2Vec](https://blog.esciencecenter.nl/build-a-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-ii-spec2vec-8aa639571018)\n+ [Part III - Create molecular networks from Spec2Vec similarities](https://blog.esciencecenter.nl/build-a-mass-spectrometry-analysis-pipeline-in-python-using-matchms-part-iii-molecular-91891248ee34)\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Additional functionalities to be used with matchms",
    "version": "0.4.1",
    "split_keywords": [
        "similarity measures",
        "mass spectrometry",
        "networking",
        "network analysis",
        "library search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df9171e1f9a79faf9f0fed2ad214d29d7ea01800e38189608c8cbd19c0ee88c6",
                "md5": "e0bc64bfb7120750ba743a06f560839e",
                "sha256": "8e4a91a9cd742744e9471565695d48136e15cbbbfc65f9bb5408e6fa73c41ef5"
            },
            "downloads": -1,
            "filename": "matchmsextras-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0bc64bfb7120750ba743a06f560839e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26347,
            "upload_time": "2023-02-06T09:49:18",
            "upload_time_iso_8601": "2023-02-06T09:49:18.511125Z",
            "url": "https://files.pythonhosted.org/packages/df/91/71e1f9a79faf9f0fed2ad214d29d7ea01800e38189608c8cbd19c0ee88c6/matchmsextras-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "968bde53be11f79920f76bcb2edb4a464602a674964f0dbaa62ab6eb9d6916a0",
                "md5": "e6cde42be4e741c82777a48e2e883cd1",
                "sha256": "6d6713630fb15243611cff90a428c9bf633b9a3581600a66d0623b0dcb40c204"
            },
            "downloads": -1,
            "filename": "matchmsextras-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e6cde42be4e741c82777a48e2e883cd1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 26236,
            "upload_time": "2023-02-06T09:49:19",
            "upload_time_iso_8601": "2023-02-06T09:49:19.670718Z",
            "url": "https://files.pythonhosted.org/packages/96/8b/de53be11f79920f76bcb2edb4a464602a674964f0dbaa62ab6eb9d6916a0/matchmsextras-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 09:49:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "matchms",
    "github_project": "matchmsextras",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "matchmsextras"
}
        
Elapsed time: 0.03626s