A framework for proteomics data analysis.
Project description
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:
pip install pyteomics
Install with conda
You can also install Pyteomics from Bioconda using conda:
conda install -c bioconda pyteomics
Arch-based distros
On Arch Linux and related distros, you can install Pyteomics from AUR: python-pyteomics
Project dependencies
Some functionality in Pyteomics relies on other packages:
matplotlib (used by pyteomics.pylab_aux);
lxml (used by XML parsing modules and pyteomics.mass.mass.Unimod);
pandas (can be used with pyteomics.pepxml, pyteomics.tandem, pyteomics.mzid, pyteomics.auxiliary);
sqlalchemy (used by pyteomics.mass.unimod);
pynumpress (adds support for Numpress compression in mzML);
h5py and optionally hdf5plugin (used by pyteomics.mzmlb);
psims (used py pyteomics.proforma);
spectrum_utils (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”. 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file pyteomics-4.7.5.tar.gz
.
File metadata
- Download URL: pyteomics-4.7.5.tar.gz
- Upload date:
- Size: 236.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 382aeaa8b921bdd2a7e5b4aa9fe46c6184bb43701205a845b4b861ee3e88f46a |
|
MD5 | ca4ac2214b02fb83e189cae9341ccd87 |
|
BLAKE2b-256 | 1acdb7eb951a99ad3ab425a2dbc6e38af076116d13ebcbe144019a2bd37dc093 |
File details
Details for the file pyteomics-4.7.5-py3-none-any.whl
.
File metadata
- Download URL: pyteomics-4.7.5-py3-none-any.whl
- Upload date:
- Size: 239.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5155e1d2581845926e49b0abd0be8cfd6ea45ffd3511958b805347037c5934c8 |
|
MD5 | 1a1b836047ec10f8ea3cf3b7e8a952aa |
|
BLAKE2b-256 | fb62b5d706255739553398d3a308d92e2476d5a363ad3ca0598c51bc75cc5054 |
File details
Details for the file pyteomics-4.7.5-py2.py3-none-any.whl
.
File metadata
- Download URL: pyteomics-4.7.5-py2.py3-none-any.whl
- Upload date:
- Size: 239.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b8008ad8d8bbbc6856c4e804bc88e018df44809cd9a86900862b311e760862d |
|
MD5 | b65c1638883a1df0b369236b7e2cb567 |
|
BLAKE2b-256 | 92592ea7637f20a0e2d082fc0cae021d20934aa49ac8154db817a1a3fa9e27b5 |