pyopenms
Complete mass spectrometry analysis platform. Use for proteomics and metabolomics workflows—feature detection, peptide/protein identification, label-free and isobaric quantification, adduct/accurate-mass annotation, and complex LC-MS/MS pipelines. Supports extensive file formats and algorithms. For simple spectral comparison and small-molecule library matching use matchms.
Author
Category
Development ToolsInstall
Hot:19
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=k-dense-ai-skills-pyopenms&locale=en&source=copy
PyOpenMS - Complete Mass Spectrometry Analysis Platform in Python
Skill Overview
PyOpenMS is a complete mass spectrometry analysis platform designed specifically for proteomics and metabolomics workflows. It provides end-to-end LC-MS/MS data processing capabilities, from feature detection and peptide/protein identification to quantification analysis and annotation.
Suitable Scenarios
Core Features
Frequently Asked Questions
What types of mass spectrometry data is PyOpenMS suitable for?
PyOpenMS is designed for complex proteomics and metabolomics workflows. It is suitable for feature detection, peptide/protein identification, quantification analysis, and annotation scenarios. If you only need simple spectral comparisons and small-molecule library matching, it is recommended to use the matchms tool.
How do I get started with PyOpenMS for analysis?
It is recommended to start with the built-in ready-to-use scripts and use
python scripts/<script name>.py --help to view all options. Common workflows include: using inspect_ms_data.py to check data, detect_features_metabo.py to detect metabolite features, and align_link_quantify.py for multi-sample quantification studies.What important changes are introduced in PyOpenMS version 3.5.0?
Version 3.5.0 brings major API changes:
FeatureFinder("centroided"); use FeatureFinderAlgorithmPicked instead.ms.PeptideIdentificationList().rt/mz.Elements:Charge:Probability format.