LLMs-Universal-Life-Science-and-Clinical-Skills- proteomics-quantification

install
source · Clone the upstream repo
git clone https://github.com/mdbabumiamssm/LLMs-Universal-Life-Science-and-Clinical-Skills-
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mdbabumiamssm/LLMs-Universal-Life-Science-and-Clinical-Skills- "$T" && mkdir -p ~/.claude/skills && cp -r "$T/Skills/Proteomics/proteomics-quantification" ~/.claude/skills/mdbabumiamssm-llms-universal-life-science-and-clinical-skills-proteomics-quantif && rm -rf "$T"
manifest: Skills/Proteomics/proteomics-quantification/SKILL.md
source content

📏 Protein Quantification

Protein and peptide quantification for label-free (LFQ), isobaric labelling (TMT), and DIA workflows.

CLI Reference

python omicsclaw.py run proteomics-quantification --demo
python omicsclaw.py run proteomics-quantification --input <data.csv> --output <dir>

Why This Exists

  • Without it: Peak heights vary wildly due to ion suppression, ionization efficiency, and LC drift
  • With it: Powerful algorithms (MaxLFQ, DIA-NN) normalize intensities across large cohorts
  • Why OmicsClaw: Provides a standard programmatic interface to multiple quantification paradigms (LFQ, TMT, DIA)

Workflow

  1. Calculate: Map identified sequences to MS1 or MS2 extraction windows.
  2. Execute: Integrate peak areas and apply cross-run retention time alignment.
  3. Assess: Perform global normalization (median centering, quantile).
  4. Generate: Output structural intensity matrices.
  5. Report: Tabulate key quantification yield metrics.

Example Queries

  • "Quantify proteins using MaxQuant LFQ"
  • "Run DIA-NN on these wiff files"

Output Structure

output_directory/
├── report.md
├── result.json
├── quantified.csv
├── figures/
│   └── normalization_boxplot.png
├── tables/
│   └── intensity_matrix.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:

  • peptide-id
    — Upstream sequence identification
  • differential-abundance
    — Downstream statistical execution

Citations