<?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>collaborative open-access genomic analysis platform &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/collaborative-open-access-genomic-analysis-platform/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Sep 2026 11:44:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>collaborative open-access genomic analysis platform &#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>WGS2IBI: Cloud Workflow Enables Personalized Bayesian Analysis of Genome Sequences</title>
		<link>https://scienmag.com/wgs2ibi-cloud-workflow-enables-personalized-bayesian-analysis-of-genome-sequences/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Sun, 06 Sep 2026 11:44:50 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[accessible genome analysis for clinical researchers]]></category>
		<category><![CDATA[clinical and epidemiological genomics applications]]></category>
		<category><![CDATA[cloud-based genome analysis workflow]]></category>
		<category><![CDATA[cloud-native bioinformatics platform]]></category>
		<category><![CDATA[cloud-native genetic data analysis tools]]></category>
		<category><![CDATA[collaborative open-access genomic analysis platform]]></category>
		<category><![CDATA[genome sequencing data analysis without high-performance computing]]></category>
		<category><![CDATA[high-throughput genome data filtering and annotation]]></category>
		<category><![CDATA[high-throughput genome data processing]]></category>
		<category><![CDATA[integrated genome sequencing and inference engine]]></category>
		<category><![CDATA[integrated population-level and individual genome analysis pipeline]]></category>
		<category><![CDATA[managing large-scale genomic variant datasets]]></category>
		<category><![CDATA[open-access bioinformatics software]]></category>
		<category><![CDATA[overcoming computational barriers in precision medicine]]></category>
		<category><![CDATA[personalized Bayesian genome sequencing analysis]]></category>
		<category><![CDATA[population-level genomic variant filtering]]></category>
		<category><![CDATA[portable genome analysis solutions]]></category>
		<category><![CDATA[portable genome sequencing analysis tools]]></category>
		<category><![CDATA[reproducible bioinformatics pipeline]]></category>
		<category><![CDATA[reproducible genomic variant interpretation]]></category>
		<category><![CDATA[scalable whole-genome sequencing data processing]]></category>
		<category><![CDATA[scalable whole-genome variant screening platform]]></category>
		<guid isPermaLink="false">https://scienmag.com/wgs2ibi-cloud-workflow-enables-personalized-bayesian-analysis-of-genome-sequences/</guid>

					<description><![CDATA[A team of computational geneticists and epidemiologists has unveiled a cloud-based workflow that promises to strip away one of the most persistent barriers in precision medicine: the sheer difficulty of analyzing whole-genome sequencing data at scale, reproducibly, and without access to a high-performance computing center. The new platform, called WGS2IBI, is described in an open-access [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A team of computational geneticists and epidemiologists has unveiled a cloud-based workflow that promises to strip away one of the most persistent barriers in precision medicine: the sheer difficulty of analyzing whole-genome sequencing data at scale, reproducibly, and without access to a high-performance computing center. The new platform, called WGS2IBI, is described in an open-access paper published in BMC Bioinformatics, and its developers say it is the first integrated pipeline to combine population-level variant screening with an individualized Bayesian inference engine in a single, portable, cloud-native package.</p>
<p>Whole-genome sequencing has become dramatically cheaper over the past decade, but the computational analysis that follows sequencing has not kept pace with the ambitions of researchers. A single human genome contains on the order of four to five million variants relative to the reference sequence, and a study cohort of thousands of participants can yield more than a hundred million variant records to be filtered, annotated, and statistically evaluated. Traditional analysis pipelines require researchers to install dozens of software tools, manage dependencies, provision storage, and orchestrate compute clusters — tasks that are especially daunting for clinical researchers, epidemiologists, and small laboratories without dedicated bioinformatics support. WGS2IBI was designed to collapse that entire stack of complexity into a workflow that a researcher can run from a web browser.</p>
<p>The workflow is implemented in the Common Workflow Language, or CWL, an open standard for describing data-intensive analyses in a way that is independent of the underlying computing platform. Each tool in the pipeline is packaged in its own Docker container, a lightweight, self-contained software environment that guarantees the same behavior regardless of where the workflow is executed. This containerized, modular architecture means that the identical pipeline can run on a laptop-scale cloud instance or on thousands of parallel processors without modification. The authors demonstrate exactly that portability by deploying WGS2IBI on two major National Institutes of Health cloud ecosystems: NHLBI&#8217;s BioData Catalyst and the Gabriella Miller Kids First Data Resource Center, both of which operate on the CAVATICA platform. That dual deployment means researchers working on both adult and pediatric genomics can execute the workflow directly on controlled-access NIH datasets without ever downloading the data — a critical feature for privacy and regulatory compliance.</p>
<p>At its core, WGS2IBI weaves together three analytical layers. The first is preprocessing: the conversion of raw genomic data into clean, analysis-ready variant files, applying quality control filters that remove low-quality calls and rare artifacts. The second is population-level analysis, in which variants across an entire cohort are screened for statistical associations with a disease or trait of interest, using tools such as a global search routine and Fisher&#8217;s exact test. The third and most distinctive layer is the Individualized Bayesian Inference framework, previously developed by the team, which shifts the analytical focus from the population to the single patient. Rather than asking &#8220;which variants are associated with hypertension across thousands of people?&#8221;, IBI asks &#8220;which variants are most plausibly contributing to this particular individual&#8217;s disease?&#8221;, using Bayesian statistical machinery to weigh evidence at the level of one genome at a time.</p>
<p>The performance numbers reported in the paper are striking in their modesty. When benchmarked on the Jackson Heart Study cohort from the NIH&#8217;s Trans-Omics for Precision Medicine, or TOPMed, program, using Freeze 9 data, the preprocessing stage reduced roughly 102 million variant records to a filtered set of 18 million in approximately two hours of cloud computing, at a total cost of $20.83. The population-level analyses were even cheaper: a global search across the cohort cost $0.44, while Fisher&#8217;s exact testing came in at $11.44. Most remarkably, the individualized Bayesian inference analysis — the stage that would traditionally demand the most expertise and infrastructure — was completed for $3.66 per run. The team also showed that computing costs and runtimes scale predictably with both cohort size and chromosome size, an important property for researchers planning multi-cohort studies.</p>
<p>Predictable scaling is a subtle but important achievement. Many genomic pipelines exhibit nonlinear behavior: small datasets run smoothly, but memory requirements balloon or parallelization bottlenecks emerge as cohorts grow, forcing researchers into costly trial-and-error provisioning. By demonstrating consistent performance across additional TOPMed cohorts of varying sizes, the WGS2IBI team provides what is essentially a cost-and-time calculator for future studies. A researcher planning an analysis of a new cohort can extrapolate from the published benchmarks with reasonable confidence, budget for it in advance, and avoid the unpleasant surprises that have historically accompanied large-scale WGS projects.</p>
<p>To show that the workflow is more than a benchmarking exercise, the team applied WGS2IBI to real clinical data from 1,821 unrelated participants in the Framingham Heart Study, one of the longest-running cardiovascular cohort studies in the world. The analysis targeted hypertension, a condition that affects nearly half of adults and has a substantial genetic component that genome-wide association studies have only partially explained. The individualized Bayesian inference stage prioritized variants that were enriched for lower minor allele frequency — the rarest genetic variants, which population-level association studies are chronically underpowered to detect — and the prioritized variants mapped to genes with previously established links to blood pressure regulation. This result illustrates the method&#8217;s core promise: by shifting the unit of analysis from the population to the individual, IBI can surface rare variants that conventional cohort-wide screens would miss, while the integrated population-level stage retains the statistical power of the full cohort.</p>
<p>The combination is what makes the design conceptually interesting. Population-level association testing and individualized inference have historically lived in separate analytical universes, run by different specialists with different toolchains and often different institutions. By nesting both within a single automated workflow, WGS2IBI allows the two approaches to inform each other within one reproducible framework. A researcher can screen a cohort for common variant associations, then immediately drill down into individual genomes for rare variant contributions, with all intermediate files, parameters, and execution environments recorded by the workflow engine. That reproducibility matters enormously in a field where irreproducible analyses have been a chronic problem; because every step is defined in CWL and sealed in Docker containers, a second team can rerun the exact analysis months or years later and obtain identical results.</p>
<p>The accessibility implications may prove to be the platform&#8217;s most consequential feature. Because the workflow is fully deployed on NIH-supported cloud platforms, researchers at institutions without genomics computing infrastructure can analyze some of the world&#8217;s most valuable controlled-access datasets simply by logging into BioData Catalyst or the Kids First portal. The authors emphasize that no local installation is required, and the modular CWL design means that additional tools — alternative genome-wide association methods, different variant annotation resources, or new statistical models — can be slotted into the pipeline with minimal modification. In effect, the workflow functions as an extensible chassis onto which the community can bolt future analytical innovations.</p>
<p>The work was led by Yasaman J. Soofi and Md Asad Rahman at Missouri University of Science and Technology, together with Jin Ren, David Roberson, and corresponding author Jinling Liu of the University of Florida&#8217;s Department of Epidemiology, with support from the University of Florida&#8217;s Center for Genetic Epidemiology and Bioinformatics. Funding came from the National Heart, Lung, and Blood Institute through grants K01HL161538 and R03HL168984. The team acknowledges the TOPMed program for data access and the Seven Bridges team, now part of Velsera, for technical support on the CAVATICA platform.</p>
<p>For a field caught between exploding sequencing volumes and limited analytical capacity, the study offers a pragmatic template: take the tools that already exist, seal them in portable containers, describe them in a standard workflow language, deploy them on the cloud platforms where the data already live, and price the whole thing in dollars rather than in server-room hours. If WGS2IBI&#8217;s benchmarks hold up in the wider community, analyses that once required a computational genomics team and months of setup could become something an epidemiologist runs over an afternoon — for less than the cost of a sequencing library prep kit.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A cloud-based, reproducible workflow (WGS2IBI) integrating whole-genome sequencing preprocessing, population-level variant screening, and individualized Bayesian inference for precision medicine.</p>
<p><strong>Article Title:</strong> WGS2IBI: a cloud-based workflow for individualized Bayesian inference from whole genome sequencing data</p>
<p><strong>Article References:</strong> Soofi, Y. J., Rahman, M. A., Ren, J., Roberson, D., &amp; Liu, J. (2026). WGS2IBI: a cloud-based workflow for individualized Bayesian inference from whole genome sequencing data. <em>BMC Bioinformatics</em>. <a href="https://doi.org/10.1186/s12859-026-06520-1" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s12859-026-06520-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12859-026-06520-1" target="_blank" rel="noopener noreferrer">10.1186/s12859-026-06520-1</a></p>
<p><strong>Keywords:</strong> whole genome sequencing, cloud computing, Bayesian inference, precision medicine, CWL workflow, Docker, TOPMed, BioData Catalyst, Framingham Heart Study, hypertension, variant analysis, reproducibility</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188697</post-id>	</item>
	</channel>
</rss>
