Back to BlogSeptember 8, 2025
Artificial Intelligence

What’s your type?

Alpha. A toxic mindset pushing endless grind — more headless chickens than informed decisions. Haha! The word gets thrown around everywhere, but truth is, it only matters in science and math. Like in.

What’s your type?
J

Jasmin Bharadiya

Image Credits: AI Podcast

Alpha. A toxic mindset pushing endless grind — more headless chickens than informed decisions. Haha! The word gets thrown around everywhere, but truth is, it only matters in science and math. Like in real research breakthroughs — AlphaGenome.

For years, scientists have known that the human genome is more than just a recipe for proteins. Out of 3 billion DNA letters, only 2% make proteins. The other 98%, long dismissed as “junk DNA,” actually controls when and how genes switch on or off.
Understanding this regulatory “dark matter” is one of biology’s greatest challenges.
AlphaGenome — a new AI model from DeepMind that reads DNA at scale and predicts how tiny changes can ripple across gene regulation.

Why AlphaGenome Matters

Think of AlphaGenome as a microscope and telescope rolled into one.

  • It reads up to 1 million base-pairs of DNA at once.
  • It predicts where genes start and end, how much RNA is produced, and which regions are open or closed to proteins.
  • It even tracks splicing junctions — where RNA is cut and stitched together, a process where small errors often cause big diseases.
This is a leap beyond older AI tools that only handled short snippets or ignored the non-coding regions entirely.

Under the Hood: Convolutions + Transformers

AlphaGenome blends two powerful approaches:

  • Convolutions find local motifs — the short DNA “words” that matter.
  • Transformers connect those motifs across long distances, because an enhancer can sit hundreds of thousands of bases away from the gene it controls.
The model was trained on vast public datasets like ENCODE, GTEx, and FANTOM5, across dozens of tissues and even mouse genomes.

The Payoff

  • A fuller picture of how DNA actually regulates itself.
  • Rapid mutation analysis by comparing original vs altered DNA.
  • Insights into disease: from cystic fibrosis to leukemia, where splicing errors wreak havoc.
  • Validation: in tests, AlphaGenome reproduced effects of known cancer mutations seen in the lab.

What It Can’t Do (Yet)

  • Predictions lose accuracy when a variant is >100,000 base-pairs away from its target gene.
  • It doesn’t capture developmental timing or environment.
  • It’s strictly research-only — available via API preview, not for clinical use.
AlphaGenome shines a spotlight on the genome’s “dark matter,” showing how single-letter DNA tweaks can alter entire networks of regulation.

Splicing in Plain English

Genes aren’t continuous. They’re written in pieces.

When cells make RNA, they cut out introns and stitch together exons.

  • Splice sites mark the cut points.
  • Splice junctions are where exons join.
One wrong cut can break the message — and AlphaGenome predicts exactly where that risk lies.

Getting Started with the API

  • Request a free non-commercial API key from DeepMind.
  • Install the alphagenome client.
  • Ask for predictions: RNA output, splicing usage, chromatin maps, or contact loops.
  • Filter by tissue ontology terms (like retina or blood).
  • Use scorers (e.g. SpliceJunctionScorer) to turn predictions into digestible scores.

Example runs:

Single variant, retina tissue

python alphagenome_advanced.py \
--api-key $ALPHAGENOME_KEY \
--chrom chr22 --pos 36201698 --ref A --alt C \
--ontology UBERON:0004548 \
--tissue-label Retina

Batch TSV with two tissues

python alphagenome_advanced.py \
--api-key $ALPHAGENOME_KEY \
--variants-file my_variants.tsv \
--ontology UBERON:0001157 UBERON:0002048 \
--requested-outputs RNA_SEQ SPLICE_SITES SPLICE_SITE_USAGE SPLICE_JUNCTIONS \
--out ag_out --no-plot
If you want, you can extend the functionality:
BED/VCF ingestion with liftover checks
Per-gene masking filters (e.g., only report splicing deltas for genes of interest)
Additional modalities (chromatin accessibility, promoter usage, contact maps)
Side-by-side plots of multiple tissues for the same variant.

Final Word

AlphaGenome isn’t here to diagnose diseases. But it gives researchers a fast, data-rich way to explore the genome’s control system — the 98% of DNA that has always been hardest to understand.

It’s a peek into a future where AI doesn’t just read DNA… it explains it.

The Journey — AI By Jasmin Bharadiya

The Journey is here! Your go-to AI Digest by Jasmin Bharadiya! Join me on The Journey. Let's learn all things AI all day, every day.


Topics
Artificial IntelligenceMachine LearningAlphagenomeGoogle DeepmindAi

Enjoyed this article? Read the original on Medium for comments, claps, and more.

Continue on Medium