---
title: "Testing Thousands of Genes at Once: False Discovery Rate and What q Means"
description: "With twenty thousand tests, a five percent error rate on each one is meaningless. This stop separates family-wise error control from false discovery rate control and reads a q-value for exactly what i"
canonical: https://lightmysky.com/learn/science/testing-thousands-of-genes-at-once-false-discovery-rate-and-what-q-means-mt_mIQ27rphrC
source: https://lightmysky.com/learn/science/testing-thousands-of-genes-at-once-false-discovery-rate-and-what-q-means-mt_mIQ27rphrC.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# Testing Thousands of Genes at Once: False Discovery Rate and What q Means

With twenty thousand tests, a five percent error rate on each one is meaningless. This stop separates family-wise error control from false discovery rate control and reads a q-value for exactly what it claims.

Subject: Science · Area: Genetics & Evolution · Ages 23 to 24
Page: https://lightmysky.com/learn/science/testing-thousands-of-genes-at-once-false-discovery-rate-and-what-q-means-mt_mIQ27rphrC

## Ready when they can

- Contrast Bonferroni with a false discovery rate procedure applied to the same p-value list
- State what a q-value of 0.05 asserts about a list of genes rather than about one gene
- Explain how pre-filtering or an independent covariate changes the number of discoveries

## Lesson: One test is easy, twenty thousand are not

When you scan the genome you run thousands of tests, one for each gene, and per test error control collapses. A 5 percent false alarm rate on each test produces about 1,000 chance false alarms across 20,000 tests. Five percent per gene sounds strict until you multiply it by twenty thousand genes.

**Example.** The older answer is family wise error control: cap the chance of even one false alarm across the whole list. Bonferroni is the classic version, and it divides your error budget by the test count. With 20,000 genes, only p below 0.0000025 counts, since 0.05 divided by 20,000 is 0.0000025. Real signals drown under a bar that strict.

False discovery rate control asks a gentler question: among the genes you call hits, what fraction may be false? A q value of 0.05 claims that about 5 percent of the whole list at or below that cutoff are expected false discoveries, not 5 percent for one gene. When scanning thousands of genes, guarding against any single false alarm buries real signals, so controlling the fraction in the list beats Bonferroni.

**Tip.** You can raise honest discoveries without loosening standards. Pre filtering drops untrustworthy genes before testing, and an independent covariate adds outside evidence for ranking. Both shrink the effective test count, so real signals clear the bar more often while the error promise holds.

**Recap.** Divide the budget for zero false alarms, or control the false fraction when you can afford a few.

## Practice

8 questions on this page, each with its working shown.

## Needs first

- [Errors, Power and the Design of a Test](https://lightmysky.com/learn/mathematics/errors-power-and-the-design-of-a-test-mt_D7ZXbvSD0l)
- [Differential Expression from Counts: Dispersion, Fit and Shrinkage](https://lightmysky.com/learn/science/differential-expression-from-counts-dispersion-fit-and-shrinkage-mt_nEV9547kSN)

## Opens up

- [From a Gene List to Biology: Enrichment Tests and Their Backgrounds](https://lightmysky.com/learn/science/from-a-gene-list-to-biology-enrichment-tests-and-their-backgrounds-mt_M9eHEXq6iA)
