skillfed

pyteomics

A framework for proteomics data analysis.

pyteomics v5.0.1 286.4K downloads/30d#8,044 on PyPI161
Permissive license Apache-2.0 Active released

What it is and what it does

Pyteomics is a collection of Python modules designed to handle proteomics data analysis tasks. It provides utilities for calculating physico-chemical properties of peptides and proteins (mass, isotopic distribution, charge, pI, retention time), accessing common proteomics data formats (MS/LC-MS data, FASTA databases, search engine outputs), and manipulating sequences of modified peptides and proteins. The library targets reproducible statistical analysis and rapid prototyping in proteomics research.

The package has no external runtime dependencies, making it lightweight and straightforward to integrate into existing Python workflows. It is actively maintained, with current Python version support (>=3.10), and has been in development since 2012, indicating a mature codebase for the proteomics community.

Use it for:

  • Calculate molecular mass and isotopic distributions for peptide sequences in mass spectrometry workflows
  • Parse and process FASTA database files for proteomics searches and sequence analysis
  • Extract and analyze results from proteomics search engines (e.g., Mascot, SEQUEST output)
  • Compute physicochemical properties (pI, charge, retention time) for peptide characterization
  • Manipulate and annotate sequences containing post-translational modifications

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Pyteomics provides Python tools for proteomics data analysis, including mass calculation, sequence manipulation, and access to MS/LC-MS data, FASTA databases, and search engine outputs.

Yes. Pyteomics is a mature, actively maintained library with no security vulnerabilities, zero runtime dependencies, and straightforward installation. It directly addresses core proteomics data analysis tasks. Install it if you work with mass spectrometry data, peptide sequences, or proteomics search results in Python.

Install

pyteomics on PyPI

pip

pip install pyteomics

uv

uv add pyteomics

poetry

poetry add pyteomics

Installing pyteomics

Before you install

Low friction installation with no runtime dependencies. Active maintenance: last commit 2026-07-22, released 23 days ago. Supported on current Python versions (requires Python >=3.10).

License in practice

Apache-2.0 is permissive; you can use, modify, and distribute this package freely in commercial or private projects with minimal restrictions.

Quickstart

pip install pyteomics

from pyteomics import mass
mass_value = mass.calculate_mass(sequence='PEPTIDE')

Requires Python >=3.10

Verify before relying

  • Scope and completeness of supported MS data formats and search engine output types
  • Performance characteristics for large-scale proteomics datasets
  • Availability and quality of example workflows or tutorials beyond the documentation

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 23 days since the last release
Last repo commit
First released
Downloads 286,369/month — #8,044 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyteomics-5.0.1-py3-none-any.whl

Intended Audience :: Science/ResearchProgramming Language :: Python :: 3Topic :: EducationTopic :: Scientific/Engineering :: Bio-InformaticsTopic :: Scientific/Engineering :: ChemistryTopic :: Scientific/Engineering :: PhysicsTopic :: Software Development :: Libraries

Tags

proteomics data analysismass spectrometry pythonpeptide mass calculationfasta database toolsprotein sequence analysislcms data processingsearch engine output parsing
mass-spectrometrybioinformaticsproteomics

More Libraries packages