From cancer-cell-skills
Guides statistical test selection, definition of independent replicates, and error bar reporting for biological manuscripts targeting Cancer Cell (Cell Press) standards.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cancer-cell-skills:cc-statisticsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `n` is ambiguous, or you suspect pseudo-replication
n is ambiguous, or you suspect pseudo-replicationn (the core issue)n = number of independent biological replicates (separate mice, independent cultures/passages, distinct patients).n.n for every panel in the legend, with what one unit is ("n = 5 mice per group", "n = 3 independent experiments").| Design | Typical test |
|---|---|
| Two groups, continuous, ~normal | Unpaired t-test (Welch if unequal variance) |
| Two paired conditions | Paired t-test |
| Two groups, non-normal / small n | Mann-Whitney U |
| >2 groups, one factor | One-way ANOVA + post-hoc (Tukey/Dunnett) |
| Two factors (e.g., genotype × treatment) | Two-way ANOVA + correction |
| Tumor growth over time | Mixed-effects / repeated-measures ANOVA (not many t-tests per timepoint) |
| Survival / time-to-event | Kaplan-Meier + log-rank; Cox for covariates |
| Categorical / proportions | Fisher's exact / chi-square |
| Correlation | Pearson (normal) / Spearman (ranked) |
| High-dimensional omics | Model-based (DESeq2/edgeR/limma) with FDR |
Check assumptions (normality, equal variance) and report how. Prefer non-parametric or Welch corrections for small/uneven bench-scale data.
n is small.n.n defined per panel as biological replicates; one unit specifiedn)n reportedn, no exact pUse this as a second-pass capability check. First lock the cancer context, mechanism, model system, validation chain, and translational boundary; then test whether the manuscript addresses cancer-biology reviewers who expect mechanistic oncology, translational relevance, and strong multi-modal validation.
claim / evidence / blocker / next edit rows so the next pass can patch the manuscript directly.resources/official-source-map.md for volatile rules and name the one unresolved fact that could change the recommendation.【n definition】biological unit = ...; per-panel n stated? Y/N
【Pseudo-replication risk】none / fix: [...]
【Tests】per analysis: ...
【Multiplicity】correction used: ...
【Error bars】SD/SEM/CI defined in legends? Y/N
【Reporting gaps】exact p / data points / software version
【Next step】cc-figures-tables
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin cancer-cell-skillsEnforces Science journal's statistics and reproducibility reporting: effect sizes with uncertainty, n and replication, test justification, multiple-comparison correction, randomization/blinding, and pre-registration.
Enforces PNAS statistics and reproducibility reporting: effect sizes, uncertainty, n, test justification, multiple-comparison correction, randomization/blinding, sample-size rationale, and reproducible code.
Enforces JAMA statistical review standards: effect sizes with 95% CIs, multiplicity control, pre-specified outcomes, ITT analysis, and proper reporting conventions.