cc-statistics

GitHub

用于癌症细胞杂志稿件的生物统计分析,涵盖样本量定义、统计检验选择、多重比较校正及误差棒报告,旨在避免伪重复并符合期刊规范。

Cancer-Cell-Skills/skills/cc-statistics/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

n的定义模糊或疑似伪重复 不确定数据与设计的统计检验匹配 存在多重比较且未校正 图表中误差棒或缺乏变异性标注

安装

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cc-statistics -g -y
更多选项

非标准路径

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Cancer-Cell-Skills/skills/cc-statistics -g -y

不安装直接使用

npx skills use brycewang-stanford/Awesome-Journal-Skills@cc-statistics

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cc-statistics -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "cc-statistics",
    "description": "Use when defining n, choosing statistical tests, correcting for multiple comparisons, and reporting error bars for a Cancer Cell (Cell Press) manuscript. Focuses on biological statistics and avoiding pseudo-replication; it does not design experiments or build figures."
}

Biological Statistics (cc-statistics)

When to trigger

  • n is ambiguous, or you suspect pseudo-replication
  • Unsure which test fits the data and design
  • Many comparisons without multiplicity correction
  • Error bars / variability are unlabeled in figures or legends

Defining n (the core issue)

  • n = number of independent biological replicates (separate mice, independent cultures/passages, distinct patients).
  • Technical replicates (duplicate wells, repeat reads) describe measurement precision and do not count toward n.
  • State n for every panel in the legend, with what one unit is ("n = 5 mice per group", "n = 3 independent experiments").
  • Pooling cells from many wells of one experiment and calling it n=many is pseudo-replication — a classic Cancer Cell reviewer catch.

Choosing the test

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.

Multiple comparisons

  • Few planned comparisons → Tukey / Dunnett / Holm / Bonferroni.
  • Genome-wide / omics → control the false discovery rate (Benjamini-Hochberg); report adjusted p / q-values.
  • Do not run many pairwise t-tests across groups or timepoints without correction.

Error bars and reporting

  • Define what every error bar is: SD, SEM, or 95% CI — in the legend.
  • Show data points (dot plots / superplots) rather than bar-only charts when n is small.
  • Report exact p-values (not just asterisks) where feasible, plus the test and n.
  • Distinguish biological-replicate variability from technical noise in plots.
  • For survival, give hazard ratios with CIs, not p-value alone.

Checklist

  • n defined per panel as biological replicates; one unit specified
  • No pseudo-replication (technical reps not counted as n)
  • Test choice matches design; assumptions checked
  • Repeated/longitudinal data analyzed with appropriate model, not serial t-tests
  • Multiple comparisons corrected; FDR for omics
  • Error bars defined (SD/SEM/CI) in every legend
  • Exact p-values, test name, and n reported
  • Data points shown for small-n comparisons
  • Statistical software + versions stated (in STAR Methods)

Anti-patterns

  • "n=3" meaning three technical wells of one experiment
  • SEM used to make tiny error bars without saying so
  • Bar charts hiding 2–3 underlying points
  • Multiple t-tests across timepoints/groups, uncorrected
  • Asterisks with no test, no n, no exact p
  • Treating omics features as independent without FDR control

Statistics pass for Cancer Cell

Use 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.

  • Primary move: Check estimand, denominator, uncertainty, multiplicity, missing data, sensitivity, and reporting standard before interpreting any result.
  • Decision ledger: return claim / evidence / blocker / next edit rows so the next pass can patch the manuscript directly.
  • Neighbor test: compare against Cell for broader biology, Nature Cancer for oncology breadth, Clinical Cancer Research for clinical translation; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.
  • Verification floor: before submission-ready advice, re-open resources/official-source-map.md for volatile rules and name the one unresolved fact that could change the recommendation.

Output format

【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

版本历史

  • 1839142 当前 2026-07-05 12:26

同 Skill 集合

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

元信息

文件数
0
版本
5717eab
Hash
f1d6d80e
收录时间
2026-07-05 12:26

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-07 13:22
浙ICP备14020137号-1 $访客地图$