pyteomics


Namepyteomics JSON
Version 4.7.5 PyPI version JSON
download
home_pagehttp://pyteomics.readthedocs.io
SummaryA framework for proteomics data analysis.
upload_time2024-10-18 13:26:29
maintainerNone
docs_urlNone
authorAnton Goloborodko & Lev Levitsky
requires_pythonNone
licenseLicense :: OSI Approved :: Apache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/levitsky/pyteomics/workflows/tests/badge.svg
   :target: https://github.com/levitsky/pyteomics/actions?query=workflow%3Atests
   :alt: Test status

.. image:: https://img.shields.io/pypi/v/pyteomics.svg
    :target: https://pypi.org/project/pyteomics/
    :alt: PyPI

.. image:: https://img.shields.io/conda/vn/bioconda/pyteomics
    :target: http://bioconda.github.io/recipes/pyteomics/README.html
    :alt: conda

.. image:: https://img.shields.io/readthedocs/pyteomics.svg
    :target: https://pyteomics.readthedocs.io/
    :alt: Read the Docs (latest)

.. image:: https://img.shields.io/github/license/levitsky/pyteomics
    :target: https://www.apache.org/licenses/LICENSE-2.0
    :alt: Apache License

.. image:: https://img.shields.io/aur/version/python-pyteomics.svg
    :target: https://aur.archlinux.org/packages/python-pyteomics/
    :alt: python-pyteomics on AUR

.. image:: https://img.shields.io/badge/pyteomics-awesome-orange.svg
    :alt: Pyteomics is awesome


What is Pyteomics?
------------------

Pyteomics is a collection of lightweight and handy tools for Python that help
to handle various sorts of proteomics data. Pyteomics provides a growing set of
modules to facilitate the most common tasks in proteomics data analysis, such as:

* calculation of basic physico-chemical properties of polypeptides:

  * mass and isotopic distribution
  * charge and pI
  * chromatographic retention time

* access to common proteomics data:

  * MS or LC-MS data
  * FASTA databases
  * search engines output

* easy manipulation of sequences of modified peptides and proteins

The goal of the Pyteomics project is to provide a versatile, reliable and
well-documented set of open tools for the wide proteomics community.
One of the project's key features is Python itself, an open source language
increasingly popular in scientific programming. The main
applications of the library are reproducible statistical data analysis and rapid
software prototyping.

Supported Python versions
-------------------------

Pyteomics supports Python 2.7 and Python 3.3+.


Install with pip
----------------

The main way to obtain Pyteomics is via `pip Python package manager <https://pip.pypa.io/>`_::

    pip install pyteomics


Install with conda
------------------

You can also install Pyteomics from `Bioconda <https://bioconda.github.io/index.html>`_
using `conda <https://docs.conda.io/projects/conda/en/latest/index.html>`_::

    conda install -c bioconda pyteomics


Arch-based distros
..................

On Arch Linux and related distros, you can install Pyteomics from AUR:
`python-pyteomics <https://aur.archlinux.org/packages/python-pyteomics/>`_

Project dependencies
--------------------

Some functionality in Pyteomics relies on other packages:

 - `numpy <https://numpy.org/>`_;
 - `matplotlib <https://matplotlib.org/>`_ (used by **pyteomics.pylab_aux**);
 - `lxml <https://lxml.de/>`_ (used by XML parsing modules and **pyteomics.mass.mass.Unimod**);
 - `pandas <https://pandas.pydata.org/>`_ (can be used with **pyteomics.pepxml**,
   **pyteomics.tandem**, **pyteomics.mzid**, **pyteomics.auxiliary**);
 - `sqlalchemy <https://www.sqlalchemy.org/>`_ (used by **pyteomics.mass.unimod**);
 - `pynumpress <https://pypi.org/project/pynumpress/>`_ (adds support for Numpress compression in mzML);
 - `h5py <https://www.h5py.org/>`_ and optionally `hdf5plugin <https://hdf5plugin.readthedocs.io/en/latest/>`_
   (used by **pyteomics.mzmlb**);
 - `psims <https://mobiusklein.github.io/psims/docs/build/html/>`_ (used py **pyteomics.proforma**);
 - `spectrum_utils <https://spectrum-utils.readthedocs.io/en/latest/>`_ (optionally used for spectrum annotation in
   **pyteomics.pylab_aux**).

All dependencies are optional.

Installing a subset of dependencies with pip
............................................

You can quickly install just the dependencies you need by specifying an
`"extra" <https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies>`_. For example::

    pip install pyteomics[XML]

This will install Pyteomics, NumPy and lxml, which are needed to read XML format. Currently provided identifiers are:
`XML`, `TDA`, `graphics`, `DF`, `Unimod`, `numpress`, `mzMLb`, `proforma`.

You can also use these specs as dependencies in your own packages which require specific Pyteomics functionality.

            

Raw data

            {
    "_id": null,
    "home_page": "http://pyteomics.readthedocs.io",
    "name": "pyteomics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Anton Goloborodko & Lev Levitsky",
    "author_email": "pyteomics@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/cd/b7eb951a99ad3ab425a2dbc6e38af076116d13ebcbe144019a2bd37dc093/pyteomics-4.7.5.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/levitsky/pyteomics/workflows/tests/badge.svg\n   :target: https://github.com/levitsky/pyteomics/actions?query=workflow%3Atests\n   :alt: Test status\n\n.. image:: https://img.shields.io/pypi/v/pyteomics.svg\n    :target: https://pypi.org/project/pyteomics/\n    :alt: PyPI\n\n.. image:: https://img.shields.io/conda/vn/bioconda/pyteomics\n    :target: http://bioconda.github.io/recipes/pyteomics/README.html\n    :alt: conda\n\n.. image:: https://img.shields.io/readthedocs/pyteomics.svg\n    :target: https://pyteomics.readthedocs.io/\n    :alt: Read the Docs (latest)\n\n.. image:: https://img.shields.io/github/license/levitsky/pyteomics\n    :target: https://www.apache.org/licenses/LICENSE-2.0\n    :alt: Apache License\n\n.. image:: https://img.shields.io/aur/version/python-pyteomics.svg\n    :target: https://aur.archlinux.org/packages/python-pyteomics/\n    :alt: python-pyteomics on AUR\n\n.. image:: https://img.shields.io/badge/pyteomics-awesome-orange.svg\n    :alt: Pyteomics is awesome\n\n\nWhat is Pyteomics?\n------------------\n\nPyteomics is a collection of lightweight and handy tools for Python that help\nto handle various sorts of proteomics data. Pyteomics provides a growing set of\nmodules to facilitate the most common tasks in proteomics data analysis, such as:\n\n* calculation of basic physico-chemical properties of polypeptides:\n\n  * mass and isotopic distribution\n  * charge and pI\n  * chromatographic retention time\n\n* access to common proteomics data:\n\n  * MS or LC-MS data\n  * FASTA databases\n  * search engines output\n\n* easy manipulation of sequences of modified peptides and proteins\n\nThe goal of the Pyteomics project is to provide a versatile, reliable and\nwell-documented set of open tools for the wide proteomics community.\nOne of the project's key features is Python itself, an open source language\nincreasingly popular in scientific programming. The main\napplications of the library are reproducible statistical data analysis and rapid\nsoftware prototyping.\n\nSupported Python versions\n-------------------------\n\nPyteomics supports Python 2.7 and Python 3.3+.\n\n\nInstall with pip\n----------------\n\nThe main way to obtain Pyteomics is via `pip Python package manager <https://pip.pypa.io/>`_::\n\n    pip install pyteomics\n\n\nInstall with conda\n------------------\n\nYou can also install Pyteomics from `Bioconda <https://bioconda.github.io/index.html>`_\nusing `conda <https://docs.conda.io/projects/conda/en/latest/index.html>`_::\n\n    conda install -c bioconda pyteomics\n\n\nArch-based distros\n..................\n\nOn Arch Linux and related distros, you can install Pyteomics from AUR:\n`python-pyteomics <https://aur.archlinux.org/packages/python-pyteomics/>`_\n\nProject dependencies\n--------------------\n\nSome functionality in Pyteomics relies on other packages:\n\n - `numpy <https://numpy.org/>`_;\n - `matplotlib <https://matplotlib.org/>`_ (used by **pyteomics.pylab_aux**);\n - `lxml <https://lxml.de/>`_ (used by XML parsing modules and **pyteomics.mass.mass.Unimod**);\n - `pandas <https://pandas.pydata.org/>`_ (can be used with **pyteomics.pepxml**,\n   **pyteomics.tandem**, **pyteomics.mzid**, **pyteomics.auxiliary**);\n - `sqlalchemy <https://www.sqlalchemy.org/>`_ (used by **pyteomics.mass.unimod**);\n - `pynumpress <https://pypi.org/project/pynumpress/>`_ (adds support for Numpress compression in mzML);\n - `h5py <https://www.h5py.org/>`_ and optionally `hdf5plugin <https://hdf5plugin.readthedocs.io/en/latest/>`_\n   (used by **pyteomics.mzmlb**);\n - `psims <https://mobiusklein.github.io/psims/docs/build/html/>`_ (used py **pyteomics.proforma**);\n - `spectrum_utils <https://spectrum-utils.readthedocs.io/en/latest/>`_ (optionally used for spectrum annotation in\n   **pyteomics.pylab_aux**).\n\nAll dependencies are optional.\n\nInstalling a subset of dependencies with pip\n............................................\n\nYou can quickly install just the dependencies you need by specifying an\n`\"extra\" <https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies>`_. For example::\n\n    pip install pyteomics[XML]\n\nThis will install Pyteomics, NumPy and lxml, which are needed to read XML format. Currently provided identifiers are:\n`XML`, `TDA`, `graphics`, `DF`, `Unimod`, `numpress`, `mzMLb`, `proforma`.\n\nYou can also use these specs as dependencies in your own packages which require specific Pyteomics functionality.\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: Apache Software License",
    "summary": "A framework for proteomics data analysis.",
    "version": "4.7.5",
    "project_urls": {
        "Documentation": "http://pyteomics.readthedocs.io",
        "Homepage": "http://pyteomics.readthedocs.io",
        "Issue Tracker": "https://github.com/levitsky/pyteomics/issues",
        "Mailing List": "https://groups.google.com/group/pyteomics",
        "Source Code": "https://github.com/levitsky/pyteomics"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92592ea7637f20a0e2d082fc0cae021d20934aa49ac8154db817a1a3fa9e27b5",
                "md5": "b65c1638883a1df0b369236b7e2cb567",
                "sha256": "9b8008ad8d8bbbc6856c4e804bc88e018df44809cd9a86900862b311e760862d"
            },
            "downloads": -1,
            "filename": "pyteomics-4.7.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b65c1638883a1df0b369236b7e2cb567",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 238983,
            "upload_time": "2024-10-18T13:26:25",
            "upload_time_iso_8601": "2024-10-18T13:26:25.923390Z",
            "url": "https://files.pythonhosted.org/packages/92/59/2ea7637f20a0e2d082fc0cae021d20934aa49ac8154db817a1a3fa9e27b5/pyteomics-4.7.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb62b5d706255739553398d3a308d92e2476d5a363ad3ca0598c51bc75cc5054",
                "md5": "1a1b836047ec10f8ea3cf3b7e8a952aa",
                "sha256": "5155e1d2581845926e49b0abd0be8cfd6ea45ffd3511958b805347037c5934c8"
            },
            "downloads": -1,
            "filename": "pyteomics-4.7.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a1b836047ec10f8ea3cf3b7e8a952aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 238978,
            "upload_time": "2024-10-18T13:26:27",
            "upload_time_iso_8601": "2024-10-18T13:26:27.764927Z",
            "url": "https://files.pythonhosted.org/packages/fb/62/b5d706255739553398d3a308d92e2476d5a363ad3ca0598c51bc75cc5054/pyteomics-4.7.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1acdb7eb951a99ad3ab425a2dbc6e38af076116d13ebcbe144019a2bd37dc093",
                "md5": "ca4ac2214b02fb83e189cae9341ccd87",
                "sha256": "382aeaa8b921bdd2a7e5b4aa9fe46c6184bb43701205a845b4b861ee3e88f46a"
            },
            "downloads": -1,
            "filename": "pyteomics-4.7.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ca4ac2214b02fb83e189cae9341ccd87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 236493,
            "upload_time": "2024-10-18T13:26:29",
            "upload_time_iso_8601": "2024-10-18T13:26:29.903690Z",
            "url": "https://files.pythonhosted.org/packages/1a/cd/b7eb951a99ad3ab425a2dbc6e38af076116d13ebcbe144019a2bd37dc093/pyteomics-4.7.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 13:26:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "levitsky",
    "github_project": "pyteomics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyteomics"
}
        
Elapsed time: 0.37911s