Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Differential expression analysis for bulk RNA-seq and pseudo-bulk count matrices with QC, PCA, and contrast testing.
.claude/skills/clawbio-rnaseq-de/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -62% | 0% |
This skill performs differential expression on bulk RNA-seq or pseudo-bulk count matrices.
.csv or .tsv): rows are genes, columns are samples, first column is gene identifier.csv or .tsv): one row per sample, must include sample_id~ condition or ~ batch + conditionfactor,numerator,denominator (e.g. condition,treated,control)rnaseq_de_report/
├── report.md
├── figures/
│ ├── pca.png
│ ├── volcano.png
│ └── ma_plot.png
├── tables/
│ ├── qc_summary.csv
│ ├── normalized_counts.csv
│ └── de_results.csv
└── reproducibility/
├── commands.sh
├── environment.yml
└── checksums.sha256bashpython rnaseq_de.py \ --counts counts.csv \ --metadata metadata.csv \ --formula "~ batch + condition" \ --contrast "condition,treated,control" \ --output report_dir
Other measured skills in the registry, with their headline benchmark lift.