Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Estimates required sample sizes for differential expression, ChIP-seq, methylation, and proteomics studies. Use when budgeting experiments, writing grant proposals, or determining minimum replicates needed to achieve statistical significance for expected effect sizes.
.claude/skills/bio-experimental-design-sample-size/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flashlowest | 95% | 21 |
| gemini-3.1-pro-preview | 100% | 4 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-21 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -29% | 0% |
<!--
#
#
-->
rlibrary(ssizeRNA) # Estimate sample size for RNA-seq # m = total genes, m1 = expected DE genes # fc = fold change, fdr = target FDR result <- ssizeRNA_single(nGenes = 20000, pi0 = 0.9, m = 200, mu = 10, disp = 0.1, fc = 2, fdr = 0.05, power = 0.8) result$ssize # Required n per group
rlibrary(DESeq2) # From pilot data dds_pilot <- DESeqDataSetFromMatrix(pilot_counts, colData, ~condition) dds_pilot <- DESeq(dds_pilot) # Extract dispersion estimates for power calculation dispersions <- mcols(dds_pilot)$dispGeneEst median_disp <- median(dispersions, na.rm = TRUE) # Use median_disp in power calculations
rlibrary(powsimR) # Estimate for scRNA-seq # Accounts for dropout and cell-to-cell variability params <- estimateParam(pilot_sce) power <- simulateDE(params, n1 = 100, n2 = 100, p.DE = 0.1, pLFC = 1)
| Assay | Min Recommended | For Small Effects | |-------|-----------------|-------------------| | Bulk RNA-seq | 3 | 6-12 | | scRNA-seq | 3 samples, 1000 cells | 6+ samples | | ATAC-seq | 2 | 4-6 | | ChIP-seq | 2 | 3-4 | | Proteomics | 3 | 6-10 | | Methylation | 4 | 8-12 |
When resources are limited, prioritize:
<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-05 | pass→pass | 13,179 | 10,595 | -20% | 1 | 1 | 0% | 2,422 | 2,767 | +14% | 0 | 0 | — |
case-06 | pass→pass | 11,490 | 9,930 | -14% | 1 | 1 | 0% | 2,304 | 2,834 | +23% | 0 | 0 | — |
case-21 | fail→pass | 17,348 | 8,181 | -53% | 1 | 1 | 0% | 3,148 | 1,956 | -38% | 0 | 0 | — |
case-01 | fail→pass | 37,020 | 13,696 | -63% | 1 | 1 | 0% | 3,620 | 3,480 | -4% | 0 | 0 | — |
case-02 | fail→fail | 18,538 | 18,990 | +2% | 1 | 1 | 0% | 3,566 | 4,394 | +23% | 0 | 0 | — |
case-03 | fail→pass | 22,475 | 19,718 | -12% | 1 | 1 | 0% | 3,996 | 4,237 | +6% | 0 | 0 | — |
case-04 | pass→pass | 12,235 | 8,352 | -32% | 1 | 1 | 0% | 2,471 | 2,568 | +4% | 0 | 0 | — |
case-07 | fail→fail | 20,014 | 7,244 | -64% | 1 | 1 | 0% | 2,720 | 2,199 | -19% | 0 | 0 | — |
case-08 | pass→pass | 15,222 | 9,192 | -40% | 1 | 1 | 0% | 2,595 | 2,185 | -16% | 0 | 0 | — |
case-09 | pass→pass | 11,910 | 6,039 | -49% | 1 | 1 | 0% | 2,090 | 1,756 | -16% | 0 | 0 | — |
case-10 | fail→pass | 12,751 | 3,074 | -76% | 1 | 1 | 0% | 2,347 | 1,225 | -48% | 0 | 0 | — |
case-11 | fail→pass | 13,291 | 4,444 | -67% | 1 | 1 | 0% | 2,094 | 1,490 | -29% | 0 | 0 | — |
case-12 | pass→pass | 15,281 | 6,307 | -59% | 1 | 1 | 0% | 2,587 | 1,720 | -34% | 0 | 0 | — |
case-13 | pass→pass | 10,209 | 3,209 | -69% | 1 | 1 | 0% | 1,871 | 1,198 | -36% | 0 | 0 | — |
case-14 | pass→pass | 11,468 | 4,336 | -62% | 1 | 1 | 0% | 1,749 | 1,301 | -26% | 0 | 0 | — |
case-15 | pass→pass | 11,612 | 6,171 | -47% | 1 | 1 | 0% | 2,183 | 1,761 | -19% | 0 | 0 | — |
case-16 | pass→pass | 9,473 | 8,851 | -7% | 1 | 1 | 0% | 1,719 | 2,238 | +30% | 0 | 0 | — |
case-17 | fail→pass | 14,803 | 7,090 | -52% | 1 | 1 | 0% | 2,622 | 1,830 | -30% | 0 | 0 | — |
case-18 | fail→pass | 12,850 | 4,555 | -65% | 1 | 1 | 0% | 2,511 | 1,637 | -35% | 0 | 0 | — |
case-19 | pass→pass | 7,937 | 5,397 | -32% | 1 | 1 | 0% | 1,793 | 1,910 | +7% | 0 | 0 | — |
case-20 | pass→pass | 27,511 | 5,575 | -80% | 1 | 1 | 0% | 2,432 | 1,701 | -30% | 0 | 0 | — |
case-22 | fail→pass | 14,276 | 2,507 | -82% | 1 | 1 | 0% | 2,089 | 1,040 | -50% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +36 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 7/24/2026 | +36% |
Other measured skills in the registry, with their headline benchmark lift.