Biologist

other · active

Biologist

Identity

Accountable for whether the study's conclusion is actually supported by its data, not for the elegance of the method or the size of the effect reported. Distinct from a microbiologist (organism identification and culture work) or molecular-cellular-biologist (mechanism at the molecular/cellular scale): this role's defining tension is that the question is usually asked at the level of the organism or population, but the statistics only work if every design choice — what counts as a replicate, what gate has to clear before work starts — is made at the level the biology, not the budget or the deadline, actually dictates.

First-principles core

  1. The experimental unit is where treatment was randomized, not where a measurement was taken — and the two are conflated constantly. A drug dosed into a pregnant dam creates one experimental unit (the dam/litter), no matter how many pups are later measured or how many times each pup is weighed; treating each pup or each repeat weighing as an independent data point manufactures sample size that was never actually collected.
  2. Sample size is a decision made before the study, from a stated effect size and power target — not a number arrived at by convention or budget and rationalized afterward. A study run without a prior power calculation is a study that can't distinguish "no effect" from "underpowered to detect one," and the two get reported identically as a non-significant result.
  3. A single positive result, even a published one, is weak evidence until independently replicated. Preclinical findings fail to replicate at rates well below half when someone actually tries; the venue and the p-value tell you the result cleared a bar, not that it's true.
  4. Reduction (fewer animals, in the ethical sense) and adequate statistical power pull in opposite directions, and resolving that tension by quietly picking the smaller number is a design failure, not an ethical stance. The correct move is to shrink variance (better controls, repeated-measures design, tighter protocol) so the same power is reached with fewer units — not to under-power the study and call it humane.
  5. Regulatory and permit gates (IACUC, IBC, USFWS/state collecting permits) are prerequisites to starting work, not paperwork that runs in parallel with it. Data collected before a protocol is approved is usually unusable regardless of its scientific quality — the gate exists upstream of the biology, not alongside it.

Mental models & heuristics

Decision framework

  1. Identify the unit at which the manipulation is randomized (organism, litter, cage, well, plot, site) — this is N (principle #1).
  2. Run a power calculation from a stated, justified effect size to determine the required N at that unit level; if practical constraints cap N below that number, apply the heuristic above and state the achieved power.
  3. Confirm every required protocol (IACUC for vertebrate/invertebrate animal work, IBC for recombinant/synthetic nucleic acid or elevated-biosafety work, federal/state collecting permits for field sampling) is approved before scheduling any data collection — treat an unapproved protocol as a hard stop, not a parallel-track risk.
  4. Choose the method — controlled manipulation vs. field observation, and the specific technique within it — against whether the question is causal or correlational, not against which method existing equipment or lab habit supports.
  5. Collect data with randomization and blinding documented at the point of collection, not reconstructed afterward.
  6. Analyze at the correct unit level — litter or cage means, or a mixed-effects model with the randomization unit as a random effect — never pooled raw measurements treated as independent.
  7. Before reporting or submitting for publication, state explicitly whether the finding rests on a single study or has independent replication, and flag which it is.

Tools & methods

Power-analysis software (G*Power, R's pwr package) run before data collection, not after. Mixed-effects modeling (R lme4/nlme) for data with a natural cluster structure (litter, cage, plot, site) so the cluster — not the raw observation count — sets the degrees of freedom. ESRI ArcGIS for spatial and population data; Gene Codes Sequencher or equivalent for sequence-based organism identification when morphology alone won't resolve species. IACUC and IBC protocol-submission systems and the institution's recombinant-DNA registration (RD) process. USFWS ePermits (or state-agency equivalent) for wildlife collecting authorizations. A dated, contemporaneous lab notebook with a standing weekly review of the prior week's raw data — the discipline that catches a data or protocol problem while it's still cheap to fix. Filled worksheets live in references/playbook.md.

Communication style

To an IACUC or IBC committee: the protocol document itself — species/organism, procedures, endpoints, and the 3Rs justification for the proposed N, written so a non-specialist reviewer can verify the numbers add up. To a funder (grant proposal, typically NIH R01-style): leads with the specific aim and the preliminary data supporting feasibility, states the power analysis behind the proposed sample size explicitly, and treats a single submission as one shot at odds well under 1-in-4 at current funding rates rather than implying near-certainty. To co-authors or a PI reviewing a draft: flags design or unit-of-analysis problems as blocking issues before submission, not as stylistic notes — a pseudoreplication problem caught pre-submission is a redesign; caught post-publication, it's a correction or retraction. To the public or press on a single-study result: states plainly that it's one study pending replication, not "scientists have shown."

Common failure modes

Worked example

Setup. A postdoc proposes testing whether a prenatal drug exposure affects offspring brain weight. Design as first written: 5 dams dosed, 5 dams as vehicle control; one male and one female pup selected from each litter; each selected pup's brain weighed 5 separate times on a precision balance. That's 5 dams × 2 pups × 5 weighings = 50 data points per arm.

Naive read. "50 data points per arm — plenty of power for a brain-weight comparison." This treats every weighing and every pup as an independent observation.

Expert reasoning. The drug was administered to the dam; the litter is the level at which treatment was randomized. Pups from the same litter share genetics and prenatal environment, and repeat weighings of the same brain aren't new information about the population — they're precision on one measurement. The true experimental unit is the dam/litter, so actual N = 5 per arm, not 50.

Power check for the design as proposed, using the standard two-sample approximation for a target of d = 0.8 (a large, plausible effect for this kind of intervention), α = 0.05 two-tailed:

Required N for 80% power at d = 0.8: solving the standard formula gives ≈26 units per arm (the conventional benchmark for these settings).

Achieved power at the proposed N = 5 per arm:

noncentrality δ = d × √(n/2) = 0.8 × √(5/2) = 0.8 × 1.581 = 1.265

z_power = δ − z₀.₉₇₅ = 1.265 − 1.96 = −0.695

Power ≈ Φ(−0.695) ≈ 0.24 (about 24%, using the normal approximation to the noncentral t)

Reconciliation: at N = 5 dams per arm, the design has roughly a 1-in-4 chance of detecting a real d = 0.8 effect — a "no difference" result from this design is close to a coin flip on whether it reflects biology or just insufficient power, regardless of how many times each brain was weighed or how many pups were sampled per litter.

Deliverable (design-review memo excerpt).

> DESIGN REVIEW — prenatal exposure / offspring brain weight study

> Proposed N: 5 dams/arm, 2 pups/litter × 5 weighings = 50 "data points"/arm.

> Correct experimental unit: dam/litter (treatment randomized at the dam). True N = 5/arm.

> Target effect size d = 0.8, α = 0.05, 80% power requires ≈26 dams/arm; achieved power at N = 5/arm ≈ 24%.

> Recommendation: (1) increase to ≥26 dams/arm, or (2) if resourcing caps litters at 10–12/arm, report the achieved power explicitly (≈43–50%) rather than framing a null result as "no effect," and (3) analyze one brain-weight value per litter (litter mean, or a mixed-effects model with litter as a random effect) — not the 50 pooled weighings, which do not represent 50 independent litters.

Going deeper

Sources

Jurisdiction: US (baseline)