Science1 publisher2 min readPublished
Two new Max Planck tools target the 60% to 70% of sequenced patients left undiagnosed
Martin Vingron's lab has published two algorithms for the variant classes that short-read pipelines handle worst. The validation detail in both reports is thin, so diagnostic labs will have to test them.
The Scientist · Science desk

What happened
- Martin Vingron's laboratory at the Max Planck Institute for Molecular Genetics published two studies presenting bioinformatics tools, one in Genome Biology and one in NAR Genomics & Bioinformatics.
- The Genome Biology paper describes dicast, a machine learning method for structural variant detection from short-read sequencing data, with Nico Alavi as first author.
- The other paper describes TandemTwister, for scalable genotyping and visualisation of tandem repeats, with first authors Lion Ward Al Raei and Maryam Ghareghani.
- The institute says both tools can already be used in basic research and in diagnostic pipelines, and in clinical use could help establish diagnoses for rare diseases.
- Some of the researchers plan to turn the structural variant work into concrete applications through a startup called Lucid Genomics.
Compiled by The ScientistSomething wrong?How this is made
Why it matters
- decision A laboratory weighing dicast against its current caller will have to run its own validation, since the reported patient test speaks to sensitivity on known pathogenic variants and leaves open how many candidates a curator still opens per case.
- constraint Better classification cuts manual review, but the read length still bounds which variants ever reach a classifier, so both tools work inside what short-read data can already see.
- capability A fast repeat counter with a viewer makes repeat expansion something a pipeline can check routinely, which matters most for the neurological conditions caused by replication errors in these tracts.
- exposure Some of the authors have a commercial stake in the structural variant side through Lucid Genomics, so a laboratory evaluating dicast is also evaluating a prospective vendor's method.
Roughly 30% to 40% of patients get a clear molecular diagnosis, according to the phys.org account of the two papers [3]. Subtract, and 60% to 70% are left undiagnosed [4]. That account attributes part of the gap to a long focus on point mutations, the substitution of single letters in the sequence [5]. Structural variants work at a different scale: whole sections of the genome missing, duplicated or displaced [6]. How much of the unsolved fraction either tool converts into a diagnosis depends on how many of those cases are caused by structural variants or tandem repeats to begin with.
dicast scores candidate calls. "The core idea is that this method allows us to learn the patterns behind real structural variants and thus correctly classify new variants," Alavi said [9]. That aims at precision, since earlier methods produced false positives that someone then had to check by hand [10]. It leaves the detection ceiling where it was, because a variant that no caller proposes is never scored, and Alavi named that ceiling himself. "Because structural variants are often larger than the read segments themselves, they are difficult to detect in this data," he said of short-read sequencing, which he called the most common approach in genetic diagnostics [8][7].
In patient data, dicast detected all the pathogenic structural variants and filtered out a large number of false-positive artifacts [11]. The report leaves out the number of patients, the number of calls kept, and the caller dicast was measured against [12]. Sensitivity on variants already known to be pathogenic is the more tractable half of the problem. Because the manual check is what costs a curator time [10], the figure a lab will want is candidates retained per case.
The second tool counts. "In the second paper, we have developed an algorithm that can quickly and precisely count, based on sequencing data, how often a basic motif is repeated. We also provide a tool that visualizes this data," Vingron said [16]. Repeat numbers differ greatly among healthy individuals and in disease states [13], and replication errors in these tracts cause various diseases, especially neurological ones [15]. The same counting underlies paternity testing and forensics [14]. Al Raei and Ghareghani demonstrated the identification of pathological repeats using concrete examples [22].
Of the two, the repeat counter makes the more checkable claim, because a repeat genotype is a number a lab can hold against a validated reference. "Current sequencing technologies, combined with our specialized analysis algorithms, promise to further improve genetic diagnostics," Vingron said [21].
What to watch
- An independent comparison of dicast against standard structural variant callers on the same cohort, reporting candidates retained per case as well as sensitivity.
- Any diagnostic laboratory reporting a change in its solve rate after adding either tool to an existing pipeline.
- What Lucid Genomics sells, and how it relates to the published dicast and TandemTwister code.