Agent skill · Data & Analytics

tooluniverse-proteomics-analysis

Analyze mass spectrometry proteomics data including protein quantification, differential expression, post-translational modifications (PTMs), and protein-protein interactions. Processes MaxQuant, Spectronaut, DIA-NN, and other MS platform outputs. Performs normalization, statistical analysis, pathway enrichment, and integration with transcriptomics. Use when analyzing proteomics data, comparing protein abundance between conditions, identifying PTM changes, studying protein complexes, integrating protein and RNA data, discovering protein biomarkers, or conducting quantitative proteomics experim

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-proteomics-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 26 KB
Bundled scripts: none
Path: skills/openclaw/tooluniverse-proteomics-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Analyzes mass spectrometry proteomics data to quantify proteins, identify differential expression between conditions, analyze post-translational modifications (PTMs), and study protein-protein interactions. It handles outputs from multiple MS platforms (MaxQuant, Spectronaut, DIA-NN, and others), performs normalization and statistical analysis, conducts pathway enrichment, and can integrate proteomics with transcriptomics.

How it works

The skill provides a workflow that starts with importing MS proteomics data (e.g., MaxQuant proteinGroups.txt, Spectronaut *_Report.tsv, DIA-NN report.tsv), builds an intensity matrix, and attaches protein metadata. It includes quality control steps such as missing value assessment, intensity distribution checks, sample correlation, and PCA. Preprocessing filters out low-confidence proteins, imputes missing values (MinProb, KNN, QRILC options), and normalizes across samples (median, quantile, TMM, or VSN methods).

Differential expression is performed using a limma-like approach: computing log2 fold changes between two groups, t-tests with unequal variance, and multiple testing correction (BH). Results yield log2FC, p-values, adjusted p-values, and a significance flag for |log2FC| > 1 and adj_p_value < 0.05. A volcano plot visualization is provided.

Phase 4 covers PTM analysis, including peptide-level modification identification, localization filtering, site quantification, and kinase-substrate prediction. Phase 5 performs functional enrichment (GO, KEGG/Reactome, CORUM) and Phase 6 analyzes protein-protein interactions via networks and clustering. Phase 7 supports optional multi-omics integration (e.g., correlation with RNA-seq) followed by a Phase 8 report generation with summary statistics and visualizations.

The skill includes concrete code snippets for data loading, QC plots, filtering logic, missing-value imputation, normalization, differential expression computation, and a volcano plot, illustrating the concrete steps the agent should execute when given appropriate inputs.

When to use it

Use when you have proteomics MS data and you want to compare protein abundance between conditions, analyze PTMs, study protein complexes or interactions, integrate with RNA data, or discover proteomic biomarkers. Triggers include requests for differential protein expression, PTM analysis, protein-RNA correlations, multi-omics integration, PPI analysis, and biomarker discovery.

What it can touch

The skill specifies inputs and outputs for importing MS data formats (MaxQuant, Spectronaut, DIA-NN, Proteome Discoverer). It references functions that load data, perform QC, normalization, differential testing, PTM analyses, kinase predictions, enrichment analyses, and network visualizations. It uses tool names like "MaxQuant proteinGroups.txt", "Phospho (STY)Sites.txt", and programmatic blocks including Python code for data loading, QC, and analysis. It also mentions interacting with a tool ecosystem for kinase prediction (e.g., hypothetical functions) and STRING/IntAct for PPI networks.

Caveats

The skill declares a NOASSERTION license. It outlines standard limitations of proteomics analyses (e.g., missing values, choice of imputation and normalization methods, multiple testing corrections, and potential biases in PTM localization). It provides example thresholds (p < 0.05, |log2FC| > 1) and notes conditional phases (e.g., PTM analysis is optional if applicable).

From the SKILL.md

# Proteomics Analysis Comprehensive analysis of mass spectrometry-based proteomics data from protein identification through quantification, differential expression, post-translational modifications, and systems-level interpretation. ## When to Use This Skill **Triggers**: - User has proteomics data (MS output files) - Questions about protein abundance or expression - Differential protein expression analysis requests - PTM analysis (phosphorylation, acetylation, ubiquitination) - Protein-RNA correlation analysis - Multi-omics integration involving proteomics - Protein complex or interaction analysis - Proteomics biomarker discovery **Example Questions This Skill Solves**: 1. "Analyze this MaxQuant output for differential protein expression" 2. "Which proteins are significantly upregulated in disease vs control?" 3. "Correlate protein abundance with mRNA expression" 4. "What post-translational modifications change between conditions?" 5. "Identify protein complexes in my co-IP MS data" 6. "Which pathways are enriched in differentially expressed proteins?" 7. "Find protein biomarkers for disease classification" 8. "Compare protein and RNA levels to identify translation-regulated genes

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Capabilities
  3. Workflow Overview
  4. Phase Details
  5. Phase 1: Data Import & Quality Control
  6. Phase 2: Preprocessing & Normalization
  7. Phase 3: Differential Expression Analysis
  8. Phase 4: PTM Analysis
  9. Phase 5: Functional Enrichment
  10. Phase 6: Protein-Protein Interactions
  11. Phase 7: Multi-Omics Integration
  12. Phase 8: Report Generation
  13. Integration with ToolUniverse
  14. Example Use Cases
More from awesome-bio-agent-skills
All skills →
About this skill
What does the tooluniverse-proteomics-analysis skill do?

Analyze mass spectrometry proteomics data including protein quantification, differential expression, post-translational modifications (PTMs), and protein-protein interactions. Processes MaxQuant, Spectronaut, DIA-NN, and other MS platform outputs. Performs normalization, statistical analysis, pathway enrichment, and integration with transcriptomics. Use when analyzing proteomics data, comparing protein abundance between conditions, identifying PTM changes, studying protein complexes, integrating protein and RNA data, discovering protein biomarkers, or conducting quantitative proteomics experim

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-proteomics-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going