<?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>bioinformatics approaches in genomics &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/bioinformatics-approaches-in-genomics/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2026 23:34:39 +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>bioinformatics approaches in genomics &#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>MissenseHMM annotates missense variants by jointly modeling pathogenicity scores</title>
		<link>https://scienmag.com/missensehmm-annotates-missense-variants-by-jointly-modeling-pathogenicity-scores/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 23:34:36 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[assessing harmful versus benign genetic variants]]></category>
		<category><![CDATA[bioinformatics approaches in genomics]]></category>
		<category><![CDATA[bioinformatics methods for human genetics]]></category>
		<category><![CDATA[combining multiple pathogenicity scores]]></category>
		<category><![CDATA[combining multiple variant prediction tools]]></category>
		<category><![CDATA[computational methods for inherited disease]]></category>
		<category><![CDATA[computational tools for genetic analysis]]></category>
		<category><![CDATA[genetic sequence analysis]]></category>
		<category><![CDATA[genetic variant annotation]]></category>
		<category><![CDATA[genetic variant classification]]></category>
		<category><![CDATA[genetic variant pathogenicity scoring]]></category>
		<category><![CDATA[hidden Markov model in genetics]]></category>
		<category><![CDATA[hidden Markov models for genetic analysis]]></category>
		<category><![CDATA[inherited disease genetics]]></category>
		<category><![CDATA[large-scale genetic variant annotation]]></category>
		<category><![CDATA[large-scale missense variant annotation]]></category>
		<category><![CDATA[missense mutation analysis]]></category>
		<category><![CDATA[missense variant annotation]]></category>
		<category><![CDATA[MissenseHMM]]></category>
		<category><![CDATA[pathogenicity prediction]]></category>
		<category><![CDATA[pathogenicity prediction in genetics]]></category>
		<category><![CDATA[protein damage prediction]]></category>
		<category><![CDATA[tools for analyzing genetic mutations]]></category>
		<guid isPermaLink="false">https://scienmag.com/missensehmm-annotates-missense-variants-by-jointly-modeling-pathogenicity-scores/</guid>

					<description><![CDATA[Every day, laboratories and clinics around the world generate genetic sequences in which a single letter of the DNA code has been swapped for another, and many of these changes alter the amino acid composition of the proteins those genes encode. Such alterations, known as missense variants, are among the most common causes of inherited [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Every day, laboratories and clinics around the world generate genetic sequences in which a single letter of the DNA code has been swapped for another, and many of these changes alter the amino acid composition of the proteins those genes encode. Such alterations, known as missense variants, are among the most common causes of inherited disease, yet deciding whether any particular missense variant is harmful or benign remains one of the most stubborn problems in human genetics. A new computational method described in Genome Biology offers a fresh way to tackle the problem, not by building yet another prediction tool, but by intelligently combining the outputs of the dozens of tools that already exist. The method, called MissenseHMM, was developed by Runjia Li and Jason Ernst at the University of California, Los Angeles, and it annotates more than 77 million missense variants using a hidden Markov model that learns to recognize recurring patterns of agreement and disagreement among pathogenicity predictors.</p>
<p>The underlying insight of the work is deceptively simple. Over the past two decades, researchers have released a remarkable number of computational predictors that estimate how likely a given missense variant is to damage a protein. Some of these tools rely on evolutionary conservation, comparing the affected amino acid position across related species to see whether that position tolerates change. Others build statistical models from observed mutation frequencies in large human populations, asking whether the amino acid substitution appears in healthy individuals more often than chance would allow. A newer generation of predictors is powered by protein language models, neural networks trained on massive databases of protein sequences that learn the statistical grammar of amino acid chains and can flag substitutions that violate that grammar. Each of these tools produces a score, and each has blind spots, biases and strengths. Clinicians and researchers, however, rarely know which tool to trust for which kind of variant, and the scores from different predictors can disagree dramatically. MissenseHMM treats this landscape of disagreement as information in its own right.</p>
<p>Technically, the method applies a hidden Markov model, a statistical framework long used in genomics to segment sequences into latent states, to the problem of variant annotation. Li and Ernst collected scores from 43 different missense pathogenicity predictors and discretized them into categories for each variant. The hidden Markov model then learns a set of hidden states, each corresponding to a characteristic combinatorial pattern of predictor outputs. In other words, rather than asking a single question such as whether a variant is pathogenic, the model asks which signature of agreement and disagreement among 43 tools the variant displays. Variants in which nearly all predictors agree on harm end up in one state; variants in which tools disagree in characteristic ways end up in others. The model learns these states and their emission patterns from the data itself, and each variant is assigned to the state that best explains its full profile of scores. In the published application, the authors learned 20 such states, and every missense variant in the reference protein annotations of the human genome, more than 77 million of them, received a state assignment. The result is a genome-wide annotation resource that compresses a 43-dimensional vector of predictor scores into a single, interpretable state label for every possible amino acid substitution at every position.</p>
<p>The biological content of these states turned out to be striking. The authors show that the 20 states differ not only in their predictor score patterns but in their enrichment for amino acid substitution types and for other functional annotations of the affected protein positions. Some states capture variants at highly conserved positions where even conservative amino acid swaps are flagged as damaging by most tools. Others capture variants in regions where predictors disagree, perhaps because the underlying tools weight evolutionary and structural evidence differently. The states also show distinct relationships to real clinical data. When the researchers examined how strongly each state is associated with known pathogenic variants from clinical databases, the states formed a graded spectrum from highly enriched for disease variants to strongly enriched for benign ones. Importantly, the state annotations enhanced the association with clinical pathogenic variants beyond what any individual predictor achieved on its own, demonstrating that the joint model extracts information that no single tool captures.</p>
<p>A second major validation came from deep mutational scanning, an experimental technique in which thousands of amino acid substitutions in a single protein are systematically generated and their effects on protein function measured in the laboratory. Deep mutational scanning datasets provide ground truth about variant effects that computational predictors try to approximate, and they have become a standard benchmark for variant effect prediction. Li and Ernst found that MissenseHMM state annotations improved the correspondence between predictor outputs and deep mutational scanning measurements across the proteins they examined. Variants assigned to the states associated with pathogenicity were more likely to have measured functional effects in the experiments, and the state framework helped reconcile cases where individual predictors had performed poorly. This convergence between computational state assignments and laboratory-measured variant effects strengthens the case that the hidden states represent genuine biological categories rather than statistical artifacts of the predictor landscape.</p>
<p>The method also delivers an unexpected dividend for the growing field of protein language models. Because the 43 predictors integrated by MissenseHMM include a range of language-model-based tools, the learned states provide a window into how these neural models behave across the variant space. The authors report that the state annotations give insight into the relative performances of various protein language models, revealing which models contribute complementary information and which are largely redundant with one another. As protein language models such as those based on transformer architectures increasingly dominate variant effect prediction, understanding their collective behavior becomes important both for method developers and for end users deciding which predictions to trust. MissenseHMM offers a framework for that comparison that is systematic and genome-wide rather than anecdotal.</p>
<p>The practical implications for medicine are considerable. Variant interpretation is a bottleneck in clinical genetics: when a patient&#8217;s genome is sequenced, the laboratory must decide which variants to report, and missense variants of uncertain significance are a persistent source of ambiguity. Guidelines from the American College of Medical Genetics allow computational evidence to support pathogenicity assessments, but the choice of predictor and the handling of discordant predictions remain contentious. An annotation resource that synthesizes 43 predictors into interpretable states, and that has been validated against both clinical variant databases and experimental mutational scanning, could give diagnostic laboratories a more robust and transparent evidence layer. Because MissenseHMM annotates over 77 million variants in advance, the state assignments can simply be looked up for any missense variant encountered in practice, avoiding the need to rerun dozens of predictors for each new case.</p>
<p>The work also reflects a broader trend in computational genomics toward integrative annotation. Rather than pitting predictors against one another in leaderboards, the integrative philosophy asks whether the ensemble contains structure that individual tools miss. Hidden Markov models have a distinguished history in this regard: they underpin gene finders, chromatin state maps such as the ChromHMM method developed in the Ernst laboratory, and numerous sequence segmentation tools. MissenseHMM adapts this proven machinery to the variant interpretation domain, treating the pattern of predictor scores at a variant as the observable emission and the underlying functional class as the hidden state. The analogy with chromatin state discovery is explicit in the design: just as combinations of histone marks define reproducible chromatin states with distinct biological functions, combinations of predictor score patterns define variant states with distinct relationships to disease.</p>
<p>The study was conducted in the Bioinformatics Interdepartmental Program and the Department of Biological Chemistry at UCLA, where Ernst holds appointments across the Broad Center of Regenerative Medicine and Stem Cell Research, the Computer Science Department, the Jonsson Comprehensive Cancer Center, the Molecular Biology Institute and the Department of Computational Medicine. The research was supported by US National Institutes of Health grants including DP1DA044371, U01MH105578, U01HG012079 and U01MH130995, and by a UCLA Dissertation Year Award to Li. The article, published open access in Genome Biology on September 5, 2026, was edited by Wenjing She, and the authors acknowledge contributions from members of the Ernst laboratory, including preliminary work by Siddharth Naidu and discussions with Tristan Bepler, Seon-Kyeong Jang, Zhengtong Liu, Sriram Sankararaman and Noah Zaitlen.</p>
<p>As sequencing continues to scale and the catalog of observed human genetic variation expands faster than clinical interpretation can keep pace, resources like MissenseHMM address a widening gap. The method does not replace existing pathogenicity predictors; instead, it complements them by making their collective judgment legible. With 20 learned states spanning the space from near-unanimous pathogenicity calls to clear benign consensus, and with validation against clinical databases and deep mutational scanning experiments, the framework provides both an immediate practical annotation layer for variant interpretation and a scientific lens on the predictor landscape itself. For a field drowning in scores, a method that turns discordance into meaning may prove as valuable as any single new predictor.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Computational annotation of missense genetic variants through joint hidden Markov modeling of 43 pathogenicity predictor scores, producing state-based annotations for over 77 million human missense variants.</p>
<p><strong>Article Title:</strong> MissenseHMM: state-based annotations for missense variants through joint modeling of pathogenicity scores</p>
<p><strong>Article References:</strong> Li, R., &amp; Ernst, J. (2026). MissenseHMM: state-based annotations for missense variants through joint modeling of pathogenicity scores. <em>Genome Biology</em>. <a href="https://doi.org/10.1186/s13059-026-04261-1" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s13059-026-04261-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s13059-026-04261-1" target="_blank" rel="noopener noreferrer">10.1186/s13059-026-04261-1</a></p>
<p><strong>Keywords:</strong> Missense variants, Variant effect predictor, Hidden Markov Models, Deep mutational scanning, Protein language models, Pathogenicity prediction, Variant interpretation, Genome Biology, Sequence annotation, Predictive medicine</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">188330</post-id>	</item>
	</channel>
</rss>
