--> --- name: bio-proteomics-identification description: Database search for peptide/protein identification using MaxQuant, MS-GF+, Comet, or Mascot. tool_type: mixed primary_tool: proteomics measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- Peptide and protein identification from MS/MS spectra. Wraps MaxQuant/Andromeda, MS-GF+, and Comet.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add mdbabumiamssm/LLMs-Universal-Life-Science-and-Clinical-Skills- --skill proteomics-identification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Proteomics Identification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mdbabumiamssm-proteomics-identification-llms-universal-life-science-an)More formats (shields.io, HTML) on the badges page.
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA
-->
---
name: bio-proteomics-identification
description: Database search for peptide/protein identification using MaxQuant, MS-GF+,
Comet, or Mascot.
tool_type: mixed
primary_tool: proteomics
measurable_outcome: Execute skill workflow successfully with valid output within 15
minutes.
allowed-tools:
- read_file
- run_shell_command
---
# 🔬 Peptide Identification
Peptide and protein identification from MS/MS spectra. Wraps MaxQuant/Andromeda, MS-GF+, and Comet.
## CLI Reference
```bash
python omicsclaw.py run peptide-id --demo
python omicsclaw.py run peptide-id --input <spectra.mzml> --output <dir>
```
## Why This Exists
- **Without it**: Raw mzML spectra are just m/z peaks, lacking biological meaning
- **With it**: Compares experimental MS/MS to in silico digested protein databases accurately
- **Why OmicsClaw**: Standardizes execution of major engines (MaxQuant, Comet) avoiding complex GUIs
## Workflow
1. **Calculate**: Prepare target-decoy databases and enzyme rules.
2. **Execute**: Run spectral similarity searches.
3. **Assess**: Perform FDR filtering via Percolator or Andromeda.
4. **Generate**: Output structural mappings of Peptides to Proteins.
5. **Report**: Tabulate key identification metrics.
## Example Queries
- "Identify peptides using MaxQuant on this mzML"
- "Search this raw file with MS-GF+"
## Output Structure
```
output_directory/
├── report.md
├── result.json
├── identified.csv
├── figures/
│ └── fdr_distribution.png
├── tables/
│ └── peptide_evidence.csv
└── reproducibility/
├── commands.sh
├── environment.yml
└── checksums.sha256
```
## Safety
- **Local-first**: Strict offline processing without external upload.
- **Disclaimer**: Requires OmicsClaw reporting structures and disclaimers.
- **Audit trail**: Hyperparameters and operational flow states are logged fully.
## Integration with Orchestrator
**Trigger conditions**:
- Automatically invoked dynamically based on tool metadata and user intent matching.
**Chaining partners**:
- `ms-qc` — Upstream quality checks
- `quantification` — Downstream quantitative aggregation
## Citations
- [MaxQuant](https://doi.org/10.1038/nbt.1511)
- [MS-GF+](https://doi.org/10.1038/ncomms6277)
<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!