S6-2

What is in a genome besides protein-coding genes

12 min

In S6.1 you saw the genome as a whole: one long, packaged string of DNA, chopped into chromosomes and stuffed into a nucleus. Now the surprise. If you highlighted only the stretches that actually spell out proteins, the parts that get transcribed and translated the way S5 described, you would light up roughly 2 percent of the human genome. Two percent. The other 98 percent is not protein-coding. A first reaction, one that dominated genetics for decades, is to call that 98 percent junk. That reaction is wrong, and correcting it is the whole point of this lesson.

The programmer's reflex, and where it fails

Here is a mental model that gets you most of the way. Think of the protein-coding genes as the functions in a codebase, the parts that do visible work, take inputs, return outputs. The non-coding genome is then the rest of a real repository: config files, routing tables, build scripts, feature flags, timestamps, and the sync markers that tell the loader where things begin and end. None of that is a function. All of it is load-bearing. Delete the config and the functions still exist but never run correctly. This is the frame to carry: non-coding DNA is largely the control plane, the part that decides which functions run, when, where, and how loudly.

Now the failure edge, because an analogy without its limit is a bug. In a clean codebase you can usually point at a file and say what it is for. The genome is not clean. It is 3 billion bases assembled by 4 billion years of copying, borrowing, and neglect, with no garbage collector. So some of the non-coding DNA really is closer to dead code: broken copies of old genes, decayed remnants of ancient invaders, sequence that drifts with no obvious job. The honest statement is not "all non-coding DNA is functional" and it is not "non-coding DNA is junk." It is that a large, still-being-mapped fraction of it is regulatory and structural, and the rest is a mix of the merely tolerated and the genuinely unknown. Anyone who quotes you a crisp percentage for "functional" is selling certainty the field does not have.

An inventory of the other 98 percent

Walk through the main tenants. First, regulatory sequences. A promoter is a stretch of DNA sitting just ahead of a gene that marks where transcription starts and gives the transcription machinery a place to dock. An enhancer is a separate control sequence, often far away along the strand, that can crank a gene's output up when the right proteins bind it. Promoters and enhancers are not transcribed into anything themselves. They are pure config, and they are where a huge share of the interesting regulation lives. We will take these apart mechanically in module S8, so hold the names loosely for now.

Second, genes for functional RNAs. Recall from S5 that not every gene ends in a protein. Some genes are transcribed into RNA that does its job as RNA and is never translated. The ribosome itself is built partly from ribosomal RNA, the tRNA adapters you met in S5.5 are RNA genes, and there are whole classes of small and long non-coding RNAs that regulate other genes. These are real genes with real products. They just fail the narrow "codes a protein" test, so they sit in the non-coding count.

Third, repetitive elements and transposons. Large tracts of the genome are the same short sequence repeated over and over, or copies of mobile elements called transposons, stretches of DNA that can, or once could, copy themselves and paste into new locations. Think of a transposon as self-replicating code that spread through the genome for its own sake. Most human transposons are now broken and frozen in place, but not all, and their slow reactivation is one suspected driver of aging.

Fourth and fifth, the structural parts of a chromosome. A telomere is a repeated cap on each end of a chromosome that protects the end from being mistaken for a break and chewed up. A centromere is the constricted region the cell's division machinery physically grabs to haul chromosomes into the two daughter cells. Neither codes a protein. Both are non-negotiable for a chromosome to survive being copied and split.

Why the bioinformatician cares: disease hides in the config

Here is the payoff that reframes everything. When researchers scan thousands of genomes to find the DNA differences linked to a disease, the large majority of the variants they turn up do not sit inside protein-coding genes at all. They sit in the non-coding 98 percent, disproportionately in regulatory regions like enhancers. Read that against the analogy and it lands hard: most heritable disease risk is a config bug, not a broken function. The gene is fine. The setting that controls the gene is off.

That single fact rewires how you will read a genome as data. If you only ever look at coding changes, the kind that alter an amino acid, you are inspecting 2 percent of the file and ignoring most of where the interesting variation lives. The forward work in bioinformatics is largely about learning to interpret variants in the control plane, which is far harder than reading a coding change, because a config edit's effect depends on when and where the gene it controls is supposed to fire.

Key terms

Non-coding DNA
The roughly 98 percent of the human genome that does not spell out a protein, including regulatory, structural, and RNA-gene sequence plus some unannotated remainder.
Promoter
A DNA sequence just ahead of a gene that marks where transcription begins and gives the machinery a docking site.
Enhancer
A control sequence, often far from its target gene, that raises the gene's output when the right proteins bind it.
Functional RNA gene
A gene whose finished product is an RNA molecule that does a job as RNA, such as ribosomal RNA or tRNA, rather than being translated into protein.
Transposon
A stretch of DNA that can copy itself and insert into new locations in the genome, most human copies now broken and immobile.
Telomere
A repeated protective cap on each chromosome end that shortens a little with every cell division.
Centromere
The chromosome region the cell's division machinery grabs to pull each chromosome into the two daughter cells.
Is 98 percent really the right number?

The 2 percent protein-coding figure is solid, but the tidy split of the rest into functional versus junk is genuinely contested. One large project reported biochemical activity across roughly 80 percent of the genome and framed most of it as functional. Critics argued that mere biochemical activity, a bit of transcription here, a protein brushing past there, is a low bar that does not prove the sequence does anything useful for the organism. Both sides are partly right, which is exactly why this is still active research. When someone hands you a single confident number for how much of the genome matters, treat it as a claim to interrogate, not a settled fact.

Check yourself

1. Roughly what fraction of the human genome directly spells out proteins?

2. What best describes an enhancer?

3. Why do telomeres get shorter over successive cell divisions?

4. A study links a disease to a DNA variant that sits between two genes, in a region that is never translated into protein. Given what you now know, which reaction is most reasonable?

4 unanswered