← Journal

Visualizing the Biological Clock of the Human Brain

Savannah Dearden

A demonstration of public data exploration in Tellus.

In the opening of Human brain organoids record the passage of time over multiple years (Faravelli, Antón-Bolaños et al., Nature, 2026), the Arlotta lab lays out the premise that makes epigenomics interesting and hard:

These gene expression patterns are tightly coordinated by dynamic changes in the activity of regulatory elements and epigenomic remodelling… pointing at a cell-intrinsic clock that sets the pace of brain development… Recent work has shown the importance of epigenetic barriers that enforce the slow timing of human neuronal maturation, and the role of species-specific rates of mitochondrial metabolism in influencing developmental tempo.

Expression is coordinated by epigenomic remodeling. The clock they’re chasing isn’t written in the transcriptome or the methylome alone, it’s written in the relationship between them. You cannot interrogate a “cell-intrinsic clock” or an “epigenetic barrier” from one modality. The question is multi-modal by construction.

In their headline-worthy paper, the authors show that human brain organoids grown for up to ~5 years in culture continue to mature on the same timeline as the human brain in situ (in your head). Its central conclusions are that this maturation is tracked by an epigenetic (DNA methylation) “clock” whose predicted age correlates tightly with real culture time. They also show that aged progenitor cells retain a “memory” of time spent in vitro, even when reintroduced to a “young cell” environment.

This paper released whole-genome bisulfite methylation and RNA expression across years of organoid culture to public repositories.1 Often “public” and “explorable” are not the same thing. A methylome lives in whole-genome bigWigs; expression lives in raw 10x matrices; the annotation lives in a GFF; and answering a single cross-modal question of your own normally means a genome browser, a plotting library, some bespoke scripting, and an afternoon.

We rebuilt that afternoon into a few clicks. Below is a walk through this dataset in Tellus using the same public data,2 explored across both modalities, with nothing installed and no code required for visualization.

1. Get the data in from wherever it lives

Public epigenomics data is scattered across archives (EBI, Ensembl, NCBI) and, for anything you generated, across clusters and cloud boxes. Tellus connects to both: FTP for public archives, SFTP for your own infrastructure.

Here we’ve pulled the pieces of this study side by side — five whole-genome CpG methylation tracks (bigWig, one organoid line sampled at 9, 18, 24, 36, and 60 months) and the RNA expression tables (counts-per-million, compiled from the public data), all in one place. Behind the scenes, Tellus profiles each file on the way in so it is queryable the moment it lands.

The Tellus upload screen. An Add a Connection panel offers SFTP for folders on any SSH server and FTP for public archives and legacy servers. Below it, seven completed uploads: five bigWig CpG methylation tracks named for 9, 18, 24, 36 and 60 months, and two CSV expression tables.

2. Explore the data

The full expression table is 235,670 rows. You can filter in place by age, by CPM, by gene. Filter to the late timepoints and sort by expression to identify genes that dominate later in the maturation curve: the top of the list is dominated by mitochondrial genes (MT-CO1/2/3, MT-ATP6, MT-CYB, MT-ND2/3) alongside stress and glial transcripts like FTH1, NEAT1, CLU and CRYAB. Mitochondrial metabolism is the exact axis the paper flags as a pacemaker of developmental tempo, and here it’s sitting at the top of the late-age transcriptome, one filter click away.

The expression table in Tellus, filtered down to 13 of 235,670 rows. Filter controls for age in months, CPM and gene sit above a table of gene, age and expression values, with a gene dropdown open.

Here we’ve a subset of known maturation related genes as a heatmap using just a few dropdown menu selections with genes on one axis, age on the other, expression as color.

A heatmap in Tellus with age across the top at 9, 18, 24, 36 and 60 months and maturation genes down the side, from ALDH1L1 and CLU through SATB2, TUBA1A and ZEB1. Expression in CPM is the colour, on a Viridis scale from dark purple to yellow. CLU is the brightest row.

3. Find the outliers and ask new questions

To find what changes the most over five years, a few more clicks can transform the data into a scatter plot of every gene’s youngest timepoint against its oldest with 9 months on one axis, 60 months on the other. Everything on the diagonal is stable; everything pulled off the diagonal is a marker of change. CRYAB (αB-crystallin) is a small heat-shock protein enriched in astrocytes and associated with cellular stress and aging; in the paper it shows up only as an immunostain marking older, glial cells. Here it is notably pulled off diagonal. That’s worth a second look: the paper reports that neurons make up a shrinking fraction of the organoid over time, so a rising bulk signal for a neuronal marker is exactly the kind of tension you’d want to chase down: is it per-neuron upregulation, a composition effect, or an artifact of how CPM is normalized?

A scatter plot in Tellus with 9-month expression on the x axis and 60-month expression on the y axis, each point a gene. Most points cluster near the origin along the diagonal. One point sits high and far left, its tooltip reading gene CRYAB, 9mo 109, 60mo 6943.

The value of a single tool spanning modalities is that the next question costs nothing. That gene lives at a locus; the locus has a methylome. We can explore this locus in Track Stacks overlaying CpG methylation BigWigs at 9 months against 60 months to see if we can find supporting biological signal.

Track Stacks in Tellus at the CRYAB locus on chromosome 11. Two CpG methylation coverage tracks, 9 months and 60 months, are overlaid above the hg19 gene annotation track.

4. Read expression against methylation at a gene the paper is built on

Another few clicks of the gene expression data can build a bar chart for gene expression grouped by age. SATB2 can be identified in this way as a gene that appears to increase in expression with culture age. SATB2 marks callosal projection neurons, the fragile excitatory population.

A bar chart in Tellus with genes down the side and CPM on a log x axis, each gene showing five bars coloured by age from 9 months in yellow to 60 months in blue. The SATB2 row shows bars lengthening with age.

As we did with CRYAB, we can then explore the methylation patterns around SATB2 on the Track Stacks, looking across the span of 5 years of samples at once.

Track Stacks in Tellus at the SATB2 locus on chromosome 2, with five CpG methylation tracks from 9 to 60 months overlaid in one lane above the gene annotation, and individual timepoint tracks below.

5. Watch the epigenetic clock tick at a fate gene

The paper’s central epigenetic claim is that genes governing fate and layer identity gain CpG methylation progressively over time. FEZF2 acts as the master transcription factor for deep-layer, corticospinal neuron identity and it’s one of the loci the authors themselves browse for methylation across timepoints. We can pull it up on chr3, five ages overlaid across the gene body.

Track Stacks in Tellus at the FEZF2 locus on chromosome 3. Five CpG methylation tracks from 9 to 60 months are overlaid in colour across the gene body, with the hg19 annotation and individual timepoint tracks beneath.

This is the clock made visible: not a summary statistic, but the actual methylation signal accruing over the locus as the organoid ages. It’s the paper’s thesis rendered as something you can scroll through, rather than a number in a table or a static plot in a paper.

6. Overlay with additional publicly available data

Tellus makes it easy to layer additional data pulled from other sources (publicly available or your own). I was interested in seeing a histone methylation track (H3K4me3) from a postmortem donor brain sample of a similar age (0.75) aligned with one of these timepoints (9 months).3 I pulled one from GEO accession GSM529961, from series GSE21172 — “Developmental Regulation and Individual Differences of Neuronal Epigenomes in the Prefrontal Cortex” (Cheung et al. 2010, PNAS, PMID 20421462; Akbarian/Weng labs, Boston University). Here it’s added as a track in pink where we can inspect the same FEZF2 locus. CpG methylation and H3K4me3 histone methylation typically correlate inversely as illustrated by alternating signals between these tracks.

The same FEZF2 locus in Tellus with an additional track added in pink: H3K4me3 signal from a postmortem donor brain sample, set below the organoid CpG methylation tracks.

7. Share the exact view, not a screenshot of it

An insight stuck on your laptop isn’t an insight your collaborators have. Every view in Tellus is a shareable link. Hit share, drop the URL into email or Slack, and the person on the other end opens the exact locus, tracks, and settings you were looking at as live data, not a flattened image.

The Tellus track header, showing the chromosome selector set to chr3 alongside Reset, Clear and Share controls, above the coordinate ruler.
A Slack direct message being composed, reading “Hey Ryan! Check out this awesome brain organoid dataset I'm exploring in Tellus” followed by a tellus.nurture.bio share link, with a thumbnail of the track view attached below it.

The cross-modal question you just asked becomes something the rest of the lab can pick up and keep asking.

The questions worth asking in epigenomics are inherently combinatorial: clocks, barriers, the coordination between regulatory state and transcription. This dataset is public. So is a great deal of data like it. What’s usually missing is a way to move fluidly across it without stopping to build a pipeline between each step.

That’s what Tellus is for.

Want to explore this dataset? Sign up for our Beta here.

Data from Faravelli, Antón-Bolaños et al., “Human brain organoids record the passage of time over multiple years,” Nature 2026 (doi:10.1038/s41586-026-10877-x), reused under its open-access license. All analysis and visualization shown here was performed in Tellus; the underlying data was generated by the study authors.

Footnotes

  1. Methylation data available from GEO GSE333708 and scRNA-seq data available from GEO GSE333707

  2. BigWig files for 9, 18, 24, 36 and 60 months in culture were pulled directly and visualized without any changes; the raw 10x gene matrices were pulled for the matching 5 timepoints, summed over raw UMI counts, and joined by gene symbol across timepoints for ease of demonstration

  3. I picked this sample out of GSE21172’s 10 available ages (0.5, 0.58, 0.75, 1.3, 2.8, 4.71, 8.78, 14, 68, 69 yrs) because it lines up best with the organoid 9-month timepoint; it is still not a direct comparison, of course, with one source being from culture and the other in situ

Nurture is building the infrastructure for epigenomics: tools to read it, software to understand it, and systems to remodel it. Tellus, its first product, is in beta.