<?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>epistasis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/epistasis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 21:26:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>epistasis &#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>KNOT: A Knockoff-Powered Neural Network Hunts Hidden Autism Risk Genes</title>
		<link>https://scienmag.com/knot-a-knockoff-powered-neural-network-hunts-hidden-autism-risk-genes/</link>
		
		<dc:creator><![CDATA[Cassandra Pierce]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 21:26:27 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[attention mechanisms]]></category>
		<category><![CDATA[autism]]></category>
		<category><![CDATA[contrastive learning]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[epistasis]]></category>
		<category><![CDATA[false discovery rate]]></category>
		<category><![CDATA[family-based design]]></category>
		<category><![CDATA[Genome Biology]]></category>
		<category><![CDATA[GWAS]]></category>
		<category><![CDATA[knockoff statistics]]></category>
		<category><![CDATA[linkage disequilibrium]]></category>
		<category><![CDATA[neural networks]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=212639</guid>

					<description><![CDATA[A new knockoff-augmented neural network called KNOT brings false discovery rate control to deep-learning-based genetic association studies, uncovering more autism risk variants and epistatic interactions in family cohorts than conventional methods.]]></description>
										<content:encoded><![CDATA[<p>Genome-wide association studies have spent nearly two decades cataloguing the genetic architecture of human disease, yet the statistical machinery behind them is beginning to show its age. The central problem is deceptively simple to state: the human genome contains millions of variants, most of which are correlated with their neighbors through linkage disequilibrium, and only a small fraction of those variants genuinely influence disease risk. Traditional single-marker tests, which examine one variant at a time, struggle to separate true signals from the vast sea of correlated noise. Deep learning promised a way forward by modeling the genome as an interconnected system rather than a list of independent positions, but neural networks bring their own liabilities. Their training is stochastic, their outputs shift between runs, and their decisions are notoriously difficult to attach to rigorous statistical guarantees. A new method called KNOT, published in Genome Biology by Yinghao Fu and Yi Yang of the Department of Biostatistics at City University of Hong Kong, tackles this tension head-on by fusing neural networks with a statistical framework that controls how many false discoveries a researcher is allowed to make.</p>
<p>The core innovation of KNOT lies in its use of knockoffs, a concept borrowed from modern high-dimensional statistics. A knockoff is a deliberately constructed decoy variable that mimics the correlation structure of the original genetic variants but has no genuine relationship with the phenotype being studied. By presenting a neural network with both real variants and their knockoff counterparts, researchers can ask a pointed question: does the model treat a real variant as more important than its decoy? If a variant consistently outranks its knockoff across many comparisons, that variant earns a place on the candidate list. Crucially, the proportion of decoys that slip through provides a direct estimate of how many false positives are contaminating the results. This is the essence of false discovery rate control, a guarantee that conventional deep-learning pipelines for genetic association simply do not offer. KNOT wraps its neural network inside this knockoff framework, producing variable selection that is both flexible enough to capture complex genetic patterns and disciplined enough to quantify its own error rate.</p>
<p>Stabilizing the network&#8217;s stochastic behavior is a second pillar of the method. Neural networks initialized with different random seeds can produce different importance rankings, which is unacceptable when the goal is to nominate specific variants for biological follow-up. KNOT addresses this instability through contrastive learning, a training strategy that teaches the model to distinguish between related and unrelated samples. In family-based association studies, where parents and siblings share predictable fractions of their genomes, modeling sample relatedness is not optional; it is the difference between a signal that reflects genuine inherited risk and one that merely reflects family structure. By learning representations that account for these kinship relationships, KNOT reduces the variance of its selections and produces rankings that remain consistent across repeated runs, a property the authors identify as essential for trustworthy variable selection in genetic data.</p>
<p>Attention mechanisms supply the third technical ingredient. Within any genomic region, nearby variants travel together through generations as inherited blocks, a phenomenon known as linkage disequilibrium. An attention-based architecture allows the network to weigh the contributions of all variants in a block simultaneously, learning which positions within a correlated cluster carry the strongest association with disease. This is a fundamentally different approach from the marginal testing of classical GWAS, which treats each variant in isolation and can attribute a signal to the wrong member of a correlated group. By explicitly modeling the correlation structure rather than ignoring it, KNOT aims to sharpen the localization of risk variants, bringing the nominated positions closer to the variants that actually matter biologically.</p>
<p>Epistasis, the interaction between variants at different genomic locations, represents one of the most tantalizing and least explored dimensions of genetic risk. Two variants may be harmless individually yet consequential in combination, a pattern that single-marker tests are structurally blind to. Exhaustive testing of all pairwise interactions across millions of variants is computationally prohibitive and statistically punishing, because the sheer number of tests inflates the burden of multiple-comparison correction. KNOT incorporates a permutation test to detect these epistatic interactions, using label permutation to establish a null distribution against which observed interaction effects can be judged. The permutation approach preserves the correlation structure of the data while destroying any genuine relationship between genotype and phenotype, providing a principled benchmark for deciding when an interaction is real.</p>
<p>The choice of a family-based study design is itself significant. Family-based association studies compare the alleles transmitted from parents to affected children against those not transmitted, a design that is inherently robust to confounding from population stratification, the spurious associations that arise when cases and controls differ in ancestry. This robustness comes at a cost: family designs typically have fewer effective samples and more complex correlation patterns than population-based case-control cohorts, which is precisely why deep-learning methods that ignore relatedness have struggled in this setting. KNOT was engineered from the outset for this environment, with its contrastive learning component explicitly modeling the relatedness that family data impose. The method therefore occupies a deliberately chosen niche, applying modern representation learning where its statistical hazards are most acute and its potential payoff is greatest.</p>
<p>To demonstrate the method&#8217;s practical value, Fu and Yang applied KNOT to two autism spectrum disorder family cohorts. Autism spectrum disorder is a compelling test case for any new genetic discovery method. Its heritability is high, yet much of that heritability remains unexplained by the variants identified to date, a puzzle often described as the missing heritability problem. Epistatic interactions are frequently invoked as one plausible reservoir of this unexplained risk, making a method that can jointly identify risk variants and their interactions especially relevant. In these applications, KNOT outperformed conventional methods, identifying more known and putative risk loci as well as additional epistatic interactions associated with autism. The recovery of known loci serves as a sanity check that the method is finding real signals, while the putative novel loci and interactions represent hypotheses for the field to pursue.</p>
<p>The broader significance of this work extends beyond autism genetics. The challenge that KNOT addresses, namely how to extract interpretable and statistically controlled discoveries from a flexible neural network applied to correlated high-dimensional data, is a defining problem of the current era of machine learning in the life sciences. Knockoff-based frameworks offer a general template: the neural network provides the representational power to model complex dependencies, while the knockoff construction provides the inferential scaffolding to keep the resulting claims honest. If this template generalizes, it could reshape how deep learning is deployed across association studies of other complex traits, from cardiovascular disease to psychiatric conditions, wherever correlated predictors and limited sample sizes conspire to produce fragile discoveries.</p>
<p>There are, of course, caveats that temper the enthusiasm. Knockoff construction depends on an accurate model of the correlation structure among variables, and genomic linkage patterns vary across populations; imperfect knockoffs can degrade the precision of the false discovery rate guarantee. Neural network training remains computationally demanding, and the permutation testing for epistasis adds further cost. The authors report their work from the Department of Biostatistics at City University of Hong Kong, supported by the Research Grants Council of Hong Kong Early Career Scheme, and the method&#8217;s performance will ultimately be judged by how well its discoveries replicate in independent cohorts, the ultimate arbiter of any genetic association claim. The study, published open access on 24 September 2026 in Genome Biology under a Creative Commons Attribution 4.0 license, invites exactly that scrutiny.</p>
<p>What makes KNOT a noteworthy development is not any single component but the synthesis. Contrastive learning tames the randomness of neural training, attention mechanisms respect the correlation architecture of the genome, knockoffs impose a quantifiable error budget on the selections, and permutation testing opens a window onto variant interactions that conventional pipelines cannot see. Applied to two autism family cohorts, this combination surfaced more known and putative risk loci and more epistatic interactions than established approaches. For a field that has spent years wrestling with the trade-off between the flexibility of deep learning and the rigor of classical statistics, KNOT offers a persuasive demonstration that the two need not be enemies. The variants and interactions it nominates now join the long queue of candidates awaiting biological validation, but the statistical machinery that nominated them marks a meaningful step toward deep-learning-driven genetics that researchers can actually trust.</p>
<p><strong>Subject of Research:</strong> A knockoff-augmented deep learning method for identifying genetic risk variants and epistatic interactions in family-based genome-wide association studies of autism</p>
<p><strong>Article Title:</strong> KNOT: a knockoff-augmented neural network for identifying risk variants and epistatic interactions in family-based association studies</p>
<p><strong>Article References:</strong> Fu, Y., &amp; Yang, Y. (2026). KNOT: a knockoff-augmented neural network for identifying risk variants and epistatic interactions in family-based association studies. <em>Genome Biology</em>. <a href="https://doi.org/10.1186/s13059-026-04285-7" rel="noopener noreferrer">https://doi.org/10.1186/s13059-026-04285-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s13059-026-04285-7" rel="noopener noreferrer">10.1186/s13059-026-04285-7</a></p>
<p><strong>Keywords:</strong> GWAS, deep learning, neural networks, knockoff statistics, epistasis, autism, family-based design, false discovery rate, linkage disequilibrium, contrastive learning, attention mechanisms, Genome Biology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">212639</post-id>	</item>
	</channel>
</rss>
