Natural gene / health
MET (embryonic lethal)
The mod’s embryonic lethal. Two non-functional copies and the embryo never develops, so the pairing simply produces no foal.
Crossing two of them
What it reads like in play
A pairing that keeps refusing: two horses that will breed with anything else and never with each other. The chat line naming the cause is what turns that from a bug report into a clue.
The founder table lists only the clear horse and the carrier. A wild-caught horse is an adult that survived, so it can carry this and never have it, and the homozygote’s weight is simply absent from the table. The only way to produce an affected foal is to breed two carriers — which is the whole design: it is what makes a pedigree worth keeping, and what turns the carrier wording in the info panel from decoration into the difference between a breeding programme and a lottery.
Its gene carrot
- Gene key
- horsegenetics.met
- Priority
- 92
- Alleles
- met N
- Outcomes
- wild,
met-carrier,met-embryonic-lethal - Coat effect
- none — every outcome is a wild type
- Default allele
- N
- Wild population
- 3.0% of founders carry one copy; none carries two
- Founder draws
- 1 × nextFloat()
- Catalogue entries
- 1 — it never changes what a horse looks like
Every combination of this gene is an expression
marked wildType. That reads oddly for a gene that can change how
big a horse is or kill a foal, and it is exactly right: wildType
means changes nothing about the coat. Because none of the non-coat
genes paints, Gene.affectsCoat() is false for all of them, they
are left out of a horse’s texture key, and the
genotype gallery collapses the whole locus into one
entry however many alleles it has. What the gene actually does travels on
the trait system instead.
The combination table
| combination | outcome | effect |
|---|---|---|
N/N | wild type | nothing |
met/N | met-carrier | nothing — a completely normal horse |
met/met | met-embryonic-lethal | no foal is produced at all |
A different code path, and worth being precise about
The Mendelian draw happens exactly as it always does —
Genotype.breedWith knows nothing about viability and is not touched
— and then the breeding handler reads the genotype it just drew and
cancels the birth. So the odds are the ordinary one-in-four for two carriers, the
draw stays a pure function of the two parents and the RNG, and the check is one
branch in one place.
Two consequences of “no horse is ever born with it”
canOccuris false formet/met, so the genotype catalogue gives it no entry and does not count it. That is the same rule that rules out aY/Yhorse — and the exact opposite of overo lethal white, which is born and therefore does get one.expressionOfstill answers for it, because parsing is tolerant and a hand-written code can name any combination.
The variant
MET is the MET proto-oncogene, receptor tyrosine kinase. It encodes a cell-surface signalling receptor that responds to hepatocyte growth factor. In mammals, HGF–MET signalling has large developmental roles: cell survival, cell migration, tissue growth, placental biology, migration of muscle precursor cells, and the development of several organs.
| Gene | MET |
|---|---|
| Trait | MET-related embryonic lethality / reduced insemination success |
| Chromosome | Equine chromosome 4 (ECA4); EquCab3.0 NC_009147.3:g.74041982_74041995del |
| DNA change | A 14-base-pair deletion |
| Transcript | XM_014739000.3:c.1559_1572del |
| Protein | XP_014594486.1:p.(P392Lfs*3) — frameshift, premature stop three amino acids later |
| Inheritance | Autosomal recessive |
| First reported | 2026, in Friesians |
A 14-base deletion shifts the reading frame from around amino acid 392 onward, giving a short wrong sequence and then an early stop. The likely result is a truncated, non-functional receptor, or destruction of the abnormal mRNA by nonsense-mediated decay — which is what makes the deletion a credible causal candidate rather than a linked marker. OMIA 003064
A gene whose only visible symptom is an absence
This is an autosomal recessive embryonic lethal. The field observation that anchors it is a roughly 25% reduction in insemination success in carrier-by-carrier Friesian matings — exactly the loss of the one-quarter of conceptions expected to be homozygous. The disorder is therefore inferred to act before birth, probably early enough that it presents as a failure to establish or maintain pregnancy rather than as a malformed foal.
| mating | expected | practical reading |
|---|---|---|
N/N × N/N | 100% clear | no carriers produced |
N/N × N/met | 50% clear, 50% carrier | no affected conceptions from this locus |
N/met × N/met | 25% / 50% / 25% | about a quarter of conceptions lost early |
N/met × met/met | 50% carrier, 50% affected | theoretical — no living homozygote exists to breed |
met/met × met/met | 100% affected | theoretical |
The 25% is an expectation across many pregnancies, not a promise that a carrier pair loses exactly one in four. Chance, mare fertility, semen quality, timing, uterine health and every other cause of embryo loss still apply to each attempt.
Everywhere else on the health layer, the mod compresses a real course into an instant.
Here it does not have to. LETHAL_AT_CONCEPTION means the Mendelian draw
happens exactly as usual — Genotype.breedWith knows nothing about
viability — and then the breeding handler reads the genotype it just drew and
cancels the birth. From the player’s side that reads as two horses which will
breed with anything else and never with each other, about a quarter of the time. Which
is what the Friesian data measured: a pairing that keeps refusing.
MET owns this path alone, on purpose, so that one
gene means “the pairing yields nothing” and everything else is born and lost
where a player can watch it happen.
Carriers
Coat. No coat phenotype is known or expected. The distinction matters because “embryonic lethal” in horse genetics summons very different conditions: frame overo lethal white involves EDNRB, produces frame spotting in many heterozygotes, and kills homozygous foals with intestinal disease; some KIT-associated dominant white alleles produce dramatic white patterns and may be lethal homozygous. Separate genes, mechanisms and clinical pictures. The MET allele explains nothing about a Friesian’s black coat or its markings.
Build and size. No published evidence that one copy changes adult height or growth rate, frame, bone, topline, muscling, head or neck conformation, limb conformation, body mass, condition, metabolism, or Friesian type. This is worth stating precisely: a gene can have broad developmental functions without a particular naturally occurring allele producing an observable trait in healthy heterozygotes. The evidence supports a normal carrier versus non-viable homozygote model, not a graded spectrum.
Health and lifespan. No disease syndrome, health deficit or shortened lifespan has been reported in carriers. Carrier status is a reproductive-management finding.
Performance. No evidence that the deletion improves or impairs jump scope or technique, gallop speed, trot or canter mechanics, acceleration, endurance, muscle power, recovery, soundness, trainability or temperament. Nor is there any demonstrated heterozygote advantage: a recessive lethal can become common through founder effects, drift, heavy use of popular sires, small population size and linkage with selected lines, without doing carriers any good at all.
Why MET is plausible, and where the proof stops
Population-genetic evidence. Researchers analysed more than 8,000 Friesians on a 70K SNP dataset and found several haplotypes strikingly deficient in homozygotes. Three related chromosome-4 haplotypes — FH2, FH3 and FH4 — were associated with the deletion. A missing homozygote class is the classic signature of a recessive allele that removes individuals before they can be sampled.
Functional evidence. The deletion disrupts the coding sequence directly and is predicted to frameshift and stop early. A major truncation of a receptor tyrosine kinase is a plausible route to embryonic lethality given how broadly MET signalling matters in development.
Plausible is not proven. The study identifies a likely causal variant, and the curated OMIA entry notes that formal animal-variant pathogenicity classification had not yet been completed.
Breed and frequency
The only breed documented for this deletion is the Friesian, and the available source material gives no published carrier percentage or allele frequency. The 8,000-plus horses are the discovery population, which is a different thing from a reported frequency.
| breed | evidence | frequency |
|---|---|---|
| Friesian | documented; associated with FH2/FH3/FH4 and reduced carrier-pair success | not reported |
| every other breed | no published documentation of this exact 14-bp deletion | unknown |
A 2020 study identified a different candidate lethal haplotype near or in LY49B on chromosome 6 in Thoroughbreds and several other breeds, and reported high heterozygote frequencies in sampled Quarter Horses, Thoroughbreds, Swedish Warmbloods and Coldblooded Trotters. That is interesting background on recessive lethal haplotypes in horses. It is not the Friesian MET variant, it does not measure MET, and it does not imply those breeds carry this deletion. PMC7403398
The mod’s WILD_CARRIER_PERCENT of 3.0 therefore has no published number
to be checked against — unlike every other gene on this layer, where the mod’s
figure can at least be set beside a measured breed frequency. It is a design choice, sized
against the other disorders rather than against the literature.
What is settled, and what is not
Established or strongly supported. The variant is a naturally occurring 14-bp MET deletion on chromosome 4; it is predicted to cause a disruptive frameshift, p.(P392Lfs*3); the phenotype is autosomal recessive; risk matings between carriers show about a 25% reduction in insemination success, consistent with the loss of homozygous embryos; the association is documented in Friesians; and healthy carriers have no reported coat, conformation, health or performance phenotype.
Reasonable but unproven. That the embryo dies very early, perhaps around implantation or early placental development, since the visible outcome is reduced pregnancy success rather than a syndrome in live foals. That the loss follows from insufficient MET receptor function in embryonic or extraembryonic tissue. That FH2, FH3 and FH4 are overlapping linked haplotypes carrying the same deletion rather than three independent diseases.
Not known. The exact stage at which homozygous conceptions fail; the tissue-level defect — implantation, trophoblast and placenta, organogenesis, vascular development or something else; whether every homozygous embryo is lost or whether rare later fetal losses occur; whether the variant exists outside Friesians; its true carrier frequency anywhere; any carrier effect on fertility outside carrier-by-carrier matings; and any relationship at all to performance, locomotion, size, coat or conformation.
The one-line version, and it is very close to what the mod implements: a Friesian-specific, likely loss-of-function MET deletion on ECA4, inherited recessively, associated with early embryonic loss in homozygotes and no demonstrated visible or athletic effect in carriers.
common/genetics/genes/MetGene.java