<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>variant calling &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/variant-calling/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 17:23:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>variant calling &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Pangenome-Powered Tool SVPG Sharpens Structural Variant Detection and Speeds Graph Updates</title>
		<link>https://scienmag.com/pangenome-powered-tool-svpg-sharpens-structural-variant-detection-and-speeds-graph-updates/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 17:23:42 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[computational genomics tools]]></category>
		<category><![CDATA[genome graph development]]></category>
		<category><![CDATA[genome graphs]]></category>
		<category><![CDATA[genomic variation detection]]></category>
		<category><![CDATA[genomics]]></category>
		<category><![CDATA[graph augmentation]]></category>
		<category><![CDATA[graph-based genome representations]]></category>
		<category><![CDATA[human genetic diversity analysis]]></category>
		<category><![CDATA[large-scale DNA rearrangements]]></category>
		<category><![CDATA[long-read sequencing]]></category>
		<category><![CDATA[Nature Methods]]></category>
		<category><![CDATA[pangenome]]></category>
		<category><![CDATA[pangenome graph analysis]]></category>
		<category><![CDATA[pangenome reference]]></category>
		<category><![CDATA[pangenome resources in genomics]]></category>
		<category><![CDATA[pangenome-based]]></category>
		<category><![CDATA[reference bias]]></category>
		<category><![CDATA[speed of genome graph updates]]></category>
		<category><![CDATA[structural variant calling]]></category>
		<category><![CDATA[structural variant detection accuracy]]></category>
		<category><![CDATA[structural variant detection challenges]]></category>
		<category><![CDATA[structural variants]]></category>
		<category><![CDATA[SVPG]]></category>
		<category><![CDATA[variant calling]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=207183</guid>

					<description><![CDATA[The new SVPG method uses pangenome graphs to detect structural variants accurately from long-read sequencing data while rapidly incorporating new samples into existing pangenomes.]]></description>
										<content:encoded><![CDATA[<p>Structural variants — deletions, duplications, inversions, insertions and other large-scale rearrangements of DNA — are among the most consequential sources of genetic variation in humans and other species, yet they remain notoriously difficult to detect reliably. A newly described computational approach, called SVPG, addresses this challenge by leveraging the growing power of pangenomes to improve both the accuracy of structural variant calling and the speed with which new samples can be folded into existing pangenome resources. Reported in Nature Methods, the work arrives at a moment when the genomics community is rapidly shifting away from single linear reference genomes toward graph-based representations that capture the full breadth of human diversity.</p>
<p>The core idea behind SVPG is straightforward in concept but demanding in execution. Instead of aligning long sequencing reads against a single reference genome, SVPG uses a pangenome graph — a network of genomic sequences that together represent many individuals — as the backdrop against which structural variants are identified. This design choice matters because variants that are common in some populations are often absent from linear reference genomes. When such variants are forced into alignment against a reference that lacks them, reads spanning those regions can map poorly or not at all, causing true variants to be missed and spurious ones to be called. A pangenome graph, by contrast, provides a natural home for alternative alleles, allowing reads to align to whichever path in the graph best explains them.</p>
<p>Long-read sequencing technologies, which produce reads spanning thousands to tens of thousands of DNA bases, have transformed structural variant discovery because most structural variants are large enough that a single read can bridge the entire event. Long reads, however, bring their own computational complications: base-level errors, uneven coverage and repetitive regions of the genome can all confound alignment and variant interpretation. SVPG is built to work directly with these long-read data, combining the sensitivity of read-based analysis with the representational completeness of a pangenome. The result, according to the study, is a method that performs accurate pangenome-facilitated structural variant detection while simultaneously accelerating a second, related task that has become a growing bottleneck for the field.</p>
<p>That second task is pangenome graph augmentation. As sequencing projects continue to enroll participants from increasingly diverse populations, curators of pangenome resources face a persistent dilemma: when a new sample arrives, should the entire pangenome be rebuilt from scratch, an enormously expensive computational undertaking, or should the new sample simply be analyzed independently, forgoing the benefit of the collective reference? Neither option is ideal. Rebuilding everything from the ground up can take days or weeks of computation on large cohorts, while analyzing new samples in isolation discards precisely the advantage that pangenomes were designed to provide. SVPG tackles this problem head-on by providing a rapid procedure for augmenting an existing pangenome graph with new samples, updating the graph to incorporate novel variants without requiring a complete reconstruction.</p>
<p>The practical implications of this dual capability extend well beyond methodological elegance. Large-scale genomics initiatives, such as the Human Pangenome Reference Consortium and national genome sequencing programs around the world, are generating hundreds of thousands of genomes and continually adding to their reference structures. Every improvement in the speed and accuracy of graph augmentation translates directly into faster turnaround for researchers who depend on these resources. A laboratory that can incorporate a newly sequenced individual into the pangenome within hours rather than weeks can provide variant interpretations to clinical collaborators, population geneticists and evolutionary biologists far more quickly. In a clinical context, where structural variants can underlie developmental disorders, cancer and other conditions, timely and accurate detection has direct consequences for patients.</p>
<p>Underlying the method&#8217;s performance is a careful treatment of how reads interact with graph structures. Graph-based alignment is computationally more demanding than alignment to a linear reference because each read may map to multiple possible paths through the network. SVPG navigates this complexity by identifying regions of the graph where a new sample&#8217;s reads diverge from existing paths and by distinguishing genuinely novel variation from artifacts of sequencing and alignment. Variants confirmed in this way can then be added as new paths in the graph, enriching the reference with each additional sample while preserving the integrity of previously incorporated data. This incremental philosophy stands in contrast to the rebuild-from-scratch workflows that have historically dominated pangenome construction.</p>
<p>Accuracy in structural variant calling is typically measured against sets of variants that have been independently validated, often through a combination of multiple sequencing technologies, optical mapping and painstaking manual curation. Structural variant discovery has historically suffered from high false discovery rates in part because the signatures of these events — split reads, discordant read pairs, changes in read depth — can be mimicked by other genomic features such as segmental duplications and tandem repeats. By anchoring detection in a pangenome that already accounts for much of the common variation, SVPG reduces the ambiguity that produces such false positives, while its long-read foundation preserves the sensitivity needed to detect rare and sample-specific events that no reference graph could anticipate.</p>
<p>The study&#8217;s emphasis on pangenome-facilitated detection also reflects a broader conceptual shift in genomics. For two decades, essentially all genome analysis has been conducted against the same reference framework, originally derived from a small number of donors. That framework has been enormously productive, but it embeds biases: populations and individuals whose genomes differ most from the reference tend to be analyzed least accurately. Pangenome graphs are the field&#8217;s principal remedy, and tools like SVPG represent the software layer needed to make that remedy practical at scale. A pangenome is only as useful as the analytical ecosystem built around it, and each new tool that treats the graph as a first-class object rather than a curiosity expands the range of questions that can be asked of diverse genomic data.</p>
<p>For researchers working on nonhuman species, the significance is equally clear. Pangenomes are being constructed for crop plants, livestock, model organisms and pathogens, in many cases with even more dramatic structural diversity than found in humans. Polyploid crops, in particular, present alignment challenges that make structural variant detection exceptionally difficult. A method that can rapidly augment a pangenome graph with new samples and call structural variants accurately against long-read data offers a template that can be adapted across these domains, supporting applications from crop breeding to the surveillance of structural variation in evolving pathogen populations.</p>
<p>The publication of SVPG in Nature Methods signals that graph-based structural variant detection has moved from an aspirational goal to a maturing set of practical techniques. As long-read sequencing costs continue to fall and pangenome resources grow, the bottleneck in genomic analysis is increasingly shifting from data generation to interpretation and integration. Methods that combine sensitivity, specificity and computational efficiency — and that keep reference structures current without prohibitive recomputation — address precisely that bottleneck. If the trajectory of the field holds, approaches like SVPG are likely to become standard components of the genomic toolkit, quietly reshaping how structural variation is discovered, catalogued and understood across the tree of life.</p>
<p><strong>Subject of Research:</strong> Pangenome-based structural variant detection and rapid pangenome graph augmentation using long-read sequencing data.</p>
<p><strong>Article Title:</strong> SVPG: a pangenome-based structural variant detection approach and rapid augmentation of pangenome graphs with new samples</p>
<p><strong>Article References:</strong> Jiang, T., Hu, H., Gao, R., Cao, S., Jiang, Z., Zhou, M., Gao, W., Zhou, S., &amp; Wang, G. (2026). SVPG: a pangenome-based structural variant detection approach and rapid augmentation of pangenome graphs with new samples. <em>Nature Methods</em>. <a href="https://doi.org/10.1038/s41592-026-03219-2" rel="noopener noreferrer">https://doi.org/10.1038/s41592-026-03219-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41592-026-03219-2" rel="noopener noreferrer">10.1038/s41592-026-03219-2</a></p>
<p><strong>Keywords:</strong> pangenome, structural variants, long-read sequencing, genome graphs, variant calling, graph augmentation, pangenome reference, genomics, reference bias, Nature Methods, SVPG, pangenome-based</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">207183</post-id>	</item>
	</channel>
</rss>
