
from clawbio737
Runs differential expression analysis on label-free quantitative proteomics (MaxQuant, DIA-NN) including preprocessing, imputation, statistical testing, and vis
Performs end-to-end differential expression analysis for LFQ proteomics: input parsing for MaxQuant and DIA-NN outputs, filtering of contaminants, log2 transformation, down-shifted Gaussian imputation, statistical testing (two-sample t-test with s0-based FDR correction), and diagnostic visualizations (PCA, volcano, imputation diagnostics). Produces a reproducible report directory with figures and tables.
Use this skill when you have processed proteinGroups (MaxQuant) or DIA-NN output and need a reproducible DE analysis pipeline (e.g., quick exploratory DE on treatment vs control contrasts). Not for raw MS processing or biological interpretation — it's an analysis/visualization pipeline that requires user review of results.
proteomics_de.py demo script present in the repoAgents able to run Python data workflows (CLI-capable agents, local OpenClaw runtimes, or Code-focused agents with python3 available).
Proteomics differential expression analysis skill for MaxQuant and DIA-NN LFQ data. No bundled scripts — the SKILL.md documents a CLI tool (proteomics_de.py) that must be provided separately. Well-documented domain decisions, safety rules, input/output contracts, and academic references. Niche bioinformatics audience.
Clean skill, no security concerns. Well-structured SKILL.md with clear documentation. Lacks bundled scripts which limits out-of-box usability — agent would need the proteomics_de.py script available separately.