Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Differential expression analysis for label-free quantitative (LFQ) intensity data with standard MaxQuant and DIA-NN output. Workflow includes preprocessing, imputation, and statistical testing.
.claude/skills/clawbio-proteomics-de/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 70% | 0% |
This skill performs differential expression analysis on label-free quantitative (LFQ) intensity data from MaxQuant and DIA-NN outputs, including preprocessing, imputation, statistical testing, and visualization.
proteinGroups.txt.raw intensity columnsReversePotential contaminant / ContaminantOnly identified by sitemedian - shift × stdshift = 1.8scale = 0.3df = 4 (for 3 vs 3 replicates)FDR = 0.05s0 = 0.1proteinGroups.txt.tsv / .txt).csv or .tsvsample_idgroupSupports:
/path/sample.raw)proteomics_de_report/
├── report.md
├── figures/
│ ├── imputation_distribution.png
│ ├── pca.png
│ └── volcano.png
├── tables/
│ ├── imputed_proteinGroups.csv
│ └── de_results.csv
├── ro-crate-metadata.json
└── reproducibility/
├── commands.sh
├── environment.yml
└── checksums.sha256bashpython proteomics_de.py \ --demo \ --output report_dir
bashpython proteomics_de.py \ --input proteinGroups.txt \ --input-type maxquant \ --metadata metadata.csv \ --contrast "treated,control" \ --output report_dir
bashpython proteomics_de.py \ --input diann_output.tsv \ --input-type diann \ --metadata metadata.csv \ --contrast "treated,control" \ --output report_dir
| Parameter | Description | Default | | -------------------- | --------------------- | --------------- | | --input | Input file path | - | | --input-type | maxquant or diann | maxquant | | --metadata | Metadata file | - | | --contrast | treatment,control | treated,control | | --s0 | s0 parameter | 0.1 | | --fdr | FDR threshold | 0.05 | | --ttest-df | Degrees of freedom | 4 | | --imputation-shift | Imputation shift | 1.8 | | --imputation-scale | Imputation scale | 0.3 | | --output | Output directory | - |
Other measured skills in the registry, with their headline benchmark lift.