Why Some Adults Can Digest Milk
Most mammals stop digesting milk after weaning. The variant rs4988235 in MCM6, near the LCT gene, is why many adults still can - and why intolerance is normal.
Most mammals lose the ability to digest milk sugar once they are weaned. Humans are unusual: a large share of adults keep digesting it just fine. The reason comes down to a single, well-mapped genetic switch.
Lactase, the milk-sugar enzyme
Milk contains a sugar called lactose. To absorb it, the lining of your gut makes an enzyme called lactase, produced from instructions in the LCT gene. Babies make plenty of it. The ancestral human default is for lactase production to wind down after early childhood - once you no longer rely on milk, the gene quiets and lactase fades. When that happens, undigested lactose reaches the large intestine, where it causes the familiar bloating and discomfort.
The switch sits next door
Here is the twist: the variant that keeps lactase switched on is not in the LCT gene itself. It sits in a neighboring gene called MCM6, in a stretch of DNA that acts as a regulatory element - an upstream switch controlling how active LCT stays.
The key variant is rs4988235:
- The T allele keeps lactase production running into adulthood. This is called lactase persistence.
- The C allele lets lactase switch off after childhood, the ancestral pattern.
Because you carry two copies, a single T allele is generally enough to keep the enzyme going.
A trait shaped by dairying history
Lactase persistence is not spread evenly across the world. It is common in populations with a long history of dairying - much of Europe, for example - where cultures raised milk-producing animals for thousands of years. Where fresh milk was a steady food, the persistence allele became widespread. Where it was not, the ancestral switch-off pattern remained the norm.
That geographic pattern is one reason lactase persistence often comes up in ancestry discussions. If you are curious about your own background, our origins analysis looks at population signals in your data.
More than one path to persistence
The European story centers on rs4988235, but it is not the only route evolution found. Lactase persistence arose more than once, in different dairying populations, through different regulatory changes near the same gene. That is a striking case of convergent evolution - separate groups landing on the same useful trait by slightly different genetic means. It also explains why a single marker can capture persistence well in one population and miss it in another, which is one more reason ancestry context matters when you interpret a result.
Reading it in your raw file
This is one of the tidiest variants to spot in a raw DNA export. A line looks like this:
rs4988235 2 136608646 TT That is the rsID, the chromosome (2), the position, and your genotype. A T on either copy points toward persistence; C/C points toward the ancestral switch-off. To find it:
grep '^rs4988235' my_raw_dna.txt One caution: raw files sometimes report the opposite DNA strand, which flips the letters. A tool that handles strand orientation for you removes that confusion - and with on device analysis, your file never leaves your browser.
Intolerance is normal, not a disease
It is worth saying plainly: lactose intolerance is not a disorder or a deficiency. It is the ancestral human default, still shared by most adults on the planet. Persistence is the newer, regional trait. If dairy does not sit well with you, that is ordinary biology, not something broken - and how much you notice it can depend on the amount, the food it comes with, and your gut in general.
This article is educational only and is not medical or dietary advice.