<?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>metabolic disease mechanisms &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/metabolic-disease-mechanisms/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 25 Aug 2026 02:32:29 +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>metabolic disease mechanisms &#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>DC-BiGAN-IR Predicts Insulin Receptors Using Protein Language Models and Wavelet-Enhanced PSSM</title>
		<link>https://scienmag.com/dc-bigan-ir-predicts-insulin-receptors-using-protein-language-models-and-wavelet-enhanced-pssm/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Tue, 25 Aug 2026 02:32:29 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[amino acid sequence representation]]></category>
		<category><![CDATA[biomedical data integration]]></category>
		<category><![CDATA[computational protein annotation]]></category>
		<category><![CDATA[deep learning in bioinformatics]]></category>
		<category><![CDATA[generative adversarial networks in biology]]></category>
		<category><![CDATA[Insulin receptor prediction]]></category>
		<category><![CDATA[metabolic disease mechanisms]]></category>
		<category><![CDATA[molecular target identification]]></category>
		<category><![CDATA[protein language models]]></category>
		<category><![CDATA[protein sequence analysis]]></category>
		<category><![CDATA[transmembrane receptor modeling]]></category>
		<category><![CDATA[wavelet-enhanced PSSM]]></category>
		<guid isPermaLink="false">https://scienmag.com/dc-bigan-ir-predicts-insulin-receptors-using-protein-language-models-and-wavelet-enhanced-pssm/</guid>

					<description><![CDATA[Insulin receptor prediction has entered a new computational phase with the proposed DC-BiGAN-IR framework, a deep-learning system designed to identify and characterize insulin receptors from protein sequences. The method combines several advanced technologies that are rarely integrated in a single prediction pipeline: an ensemble of pre-trained protein language models, an integrated discrete wavelet transformation, a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Insulin receptor prediction has entered a new computational phase with the proposed DC-BiGAN-IR framework, a deep-learning system designed to identify and characterize insulin receptors from protein sequences. The method combines several advanced technologies that are rarely integrated in a single prediction pipeline: an ensemble of pre-trained protein language models, an integrated discrete wavelet transformation, a tri-blocked position-specific scoring matrix, and a dual-channel bidirectional generative adversarial network. Together, these components aim to capture the chemical, evolutionary, and structural signals hidden inside amino-acid sequences. The approach arrives at a moment when researchers are seeking faster ways to annotate proteins, understand metabolic disease mechanisms, and identify molecular targets without relying entirely on slow and expensive laboratory experiments. By translating biological sequences into multiple complementary digital representations, DC-BiGAN-IR offers a strategy for turning the vast and still largely unexplored protein universe into actionable biomedical information.</p>
<p>The insulin receptor is a particularly important target because it sits at the center of glucose regulation. It is a transmembrane receptor tyrosine kinase that responds to insulin and triggers a cascade of intracellular events controlling glucose uptake, lipid metabolism, protein synthesis, and cell growth. When insulin-receptor signaling is weakened or disrupted, the consequences can include insulin resistance, type 2 diabetes, metabolic syndrome, and other chronic disorders. Although the receptor is well studied, distinguishing insulin receptors and related proteins from sequence data remains a demanding computational problem. Protein sequences may share partial similarities while performing very different biological functions, and evolutionary changes can obscure the motifs that define receptor identity. A reliable predictor must therefore recognize more than short sequence patterns. It must understand broader relationships involving residue composition, evolutionary conservation, local sequence order, and long-range dependencies.</p>
<p>DC-BiGAN-IR addresses this challenge through an ensemble of pre-trained protein language models. These models are trained on enormous collections of protein sequences and learn statistical representations that reflect how amino acids interact across biological evolution. In much the same way that language models learn relationships between words, protein language models learn relationships between residues and sequence regions. Their internal representations can capture information associated with secondary structure, domain organization, functional motifs, and evolutionary constraints, even when explicit structural data are unavailable. Using an ensemble rather than a single model allows the system to combine different learned perspectives. Each model may emphasize distinct patterns, and their fused outputs can provide a richer feature space for downstream classification. This is especially valuable for membrane proteins, whose functional signatures may be distributed across several regions rather than concentrated in one easily recognizable motif.</p>
<p>The second major component is integrated discrete wavelet transformation, a signal-processing technique adapted here for biological sequence analysis. A protein sequence can be converted into numerical signals using features such as amino-acid physicochemical properties, residue frequencies, or model-derived embeddings. The wavelet transform then decomposes these signals into components operating at different scales. Broad, low-frequency components can represent gradual trends across a sequence, while high-frequency components may reveal abrupt changes, local motifs, or boundaries between functional regions. Unlike conventional methods that examine sequence data only in the original representation, wavelet analysis can expose patterns that are difficult to see through direct inspection. Integrating these multiscale features with language-model embeddings may help the predictor distinguish global architecture from local biochemical signals, improving its ability to identify proteins that belong to the insulin-receptor family.</p>
<p>Evolutionary information enters the framework through a tri-blocked position-specific scoring matrix, commonly known as PSSM. A PSSM is generated by comparing a query sequence with related proteins and estimating how frequently particular amino acids appear at each position. Conserved positions receive strong statistical signatures, while variable positions provide information about regions that tolerate evolutionary change. In DC-BiGAN-IR, the PSSM information is divided into three blocks, creating separate feature groups that can preserve different aspects of evolutionary preference and sequence context. This tri-blocked design is intended to prevent the rich but high-dimensional PSSM signal from being compressed into a single undifferentiated representation. Instead, the model can process multiple evolutionary views and compare them with features obtained from language models and wavelet decomposition. The result is a multimodal description of each protein, combining what the sequence looks like, how it varies across evolution, and how its patterns unfold at different scales.</p>
<p>At the heart of the architecture is a dual-channel bidirectional generative adversarial network. Generative adversarial networks traditionally consist of a generator and a discriminator engaged in a competitive learning process. The generator attempts to produce realistic synthetic feature representations, while the discriminator tries to distinguish artificial features from genuine examples. Through this contest, the system can learn a more informative decision boundary, particularly when training data are limited or unevenly distributed. The bidirectional design extends the concept by allowing information to move in both forward and reverse directions through the sequence representation. This can help capture dependencies that begin near the amino-terminal region but influence residues much farther toward the carboxyl terminus, as well as the reverse relationship. The dual-channel structure separates or complements distinct feature streams, allowing sequence-derived and evolutionary or transformed signals to be processed before they are jointly interpreted.</p>
<p>This architecture could be especially useful because protein datasets often contain a serious imbalance between positive and negative examples. Confirmed insulin receptors may be relatively scarce compared with unrelated proteins, and the available sequences may not represent the full diversity found across species. A model trained on imbalanced data can become biased toward the majority class, producing apparently strong accuracy while missing biologically important receptors. Adversarial learning may help enrich the minority-class representation by generating plausible feature patterns, while the combined channels can preserve independent evidence from different sources. However, synthetic data do not automatically equal biological truth. Any generated representation must be evaluated against experimentally verified sequences, independent test sets, and external databases. Performance should also be measured using sensitivity, specificity, precision, recall, Matthews correlation coefficient, and area under the precision-recall curve, rather than accuracy alone.</p>
<p>The potential impact extends beyond annotation. A faster and more accurate insulin-receptor predictor could assist researchers in screening newly sequenced organisms, prioritizing candidate proteins for laboratory testing, and studying how receptor families evolved. It could also support investigations into mutations that alter receptor activity, contribute to drug resistance, or affect the molecular pathways associated with diabetes. In pharmaceutical research, computational filtering can reduce the number of sequences requiring experimental characterization and help identify related receptors for comparative analysis. The same design principles may be transferable to other protein families, including transporters, enzymes, immune receptors, and viral proteins. That broader adaptability is one reason hybrid architectures are attracting attention: biological function is encoded at multiple levels, and a single representation may overlook critical evidence.</p>
<p>Yet DC-BiGAN-IR should be understood as a predictive tool, not a replacement for experiments. Computational models can be influenced by the quality of their training data, the choice of negative examples, the evolutionary databases used to create PSSMs, and the possibility that benchmark sequences are too closely related. Data leakage, in which similar sequences appear in both training and testing collections, can make a model seem more capable than it is in real-world use. Independent validation on geographically, taxonomically, and experimentally diverse datasets will be essential. Researchers will also need to determine whether the system can explain its predictions by identifying influential residues, conserved regions, or sequence segments associated with receptor classification. Interpretability matters because a prediction that cannot be biologically examined is difficult to translate into a laboratory hypothesis.</p>
<p>The arrival of DC-BiGAN-IR reflects a larger transformation in molecular biology, where artificial intelligence is moving from simple pattern recognition toward integrated biological reasoning. By combining learned protein representations with wavelet-based multiscale analysis, evolutionary scoring, and adversarial feature generation, the framework attempts to read protein sequences as layered biological messages rather than strings of isolated characters. Its promise lies in this convergence: language models provide contextual knowledge, PSSMs contribute evolutionary memory, wavelets reveal hidden structure across scales, and the dual-channel bidirectional network unites these signals into a single prediction system. If rigorous external testing confirms its effectiveness, the approach could become a valuable component of computational protein annotation and metabolic-disease research. For now, its most important message is clear: the next breakthroughs in insulin biology may emerge not only from the laboratory bench, but also from algorithms capable of decoding the complex language of proteins.</p>
<p><strong>Subject of Research</strong>: Computational prediction and identification of insulin receptor proteins using deep learning and protein-sequence analysis.</p>
<p><strong>Article Title</strong>: DC-BiGAN-IR: Prediction of Insulin Receptor Using an Ensemble of Pre-Trained Protein Language Models and Integrated Discrete Wavelet Transformation with Tri-Blocked PSSM in a Dual-Channel Bidirectional Generative Adversarial Network</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>Keywords</strong>: insulin receptor, protein language models, deep learning, generative adversarial network, BiGAN, discrete wavelet transformation, PSSM, protein sequence analysis, bioinformatics, computational biology, diabetes research</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">181468</post-id>	</item>
		<item>
		<title>Mitochondrial l-2-Hydroxyglutarate Signals Cellular Metabolism</title>
		<link>https://scienmag.com/mitochondrial-l-2-hydroxyglutarate-signals-cellular-metabolism/</link>
		
		<dc:creator><![CDATA[Daisy Hatcher]]></dc:creator>
		<pubDate>Wed, 20 May 2026 22:02:01 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[an]]></category>
		<category><![CDATA[cellular metabolism regulation]]></category>
		<category><![CDATA[CRISPR-Cas9 MDH2 knockout study]]></category>
		<category><![CDATA[isotope tracing with 13C5-labeled glutamine]]></category>
		<category><![CDATA[L-2-HG metabolic regulation]]></category>
		<category><![CDATA[lentiviral overexpression techniques]]></category>
		<category><![CDATA[malate dehydrogenase 2 (MDH2) function]]></category>
		<category><![CDATA[metabolic disease mechanisms]]></category>
		<category><![CDATA[mitochondrial L-2-hydroxyglutarate signaling]]></category>
		<category><![CDATA[mitochondrial metabolism and signaling]]></category>
		<category><![CDATA[mitochondrial redox balance control]]></category>
		<category><![CDATA[oncometabolite L-2-HG roles]]></category>
		<guid isPermaLink="false">https://scienmag.com/mitochondrial-l-2-hydroxyglutarate-signals-cellular-metabolism/</guid>

					<description><![CDATA[A groundbreaking study recently published in Nature reveals that mitochondrial L-2-hydroxyglutarate (L-2-HG) functions as an intrinsic physiological signaling metabolite, reshaping our understanding of mitochondrial metabolism and its role in cellular regulation. The research team, led by Chakrabarty et al., deploys a comprehensive array of biochemical and molecular techniques to uncover the intricate signaling properties of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A groundbreaking study recently published in <em>Nature</em> reveals that mitochondrial L-2-hydroxyglutarate (L-2-HG) functions as an intrinsic physiological signaling metabolite, reshaping our understanding of mitochondrial metabolism and its role in cellular regulation. The research team, led by Chakrabarty et al., deploys a comprehensive array of biochemical and molecular techniques to uncover the intricate signaling properties of L-2-HG within the mitochondria, offering profound implications for metabolic diseases and cellular homeostasis.</p>
<p>Historically considered a metabolic byproduct or an oncometabolite, L-2-HG has now been demonstrated to possess signaling capabilities modulating key biochemical pathways. The investigators meticulously cultured 143B osteosarcoma cells and mouse embryonic stem cells under controlled conditions, employing isotope tracing with ^13C_5-labeled L-glutamine to elucidate how L-2-HG is metabolically integrated and influences mitochondrial function. The precise use of pharmacological inhibitors and anoxia treatments further dissected the functional consequences of L-2-HG accumulation under varying respiratory states.</p>
<p>Central to the study is the identification of L-2-HG as a regulator of the malate dehydrogenase 2 (MDH2) enzyme, a pivotal player in the mitochondrial redox balance. The researchers generated CRISPR-Cas9 mediated MDH2 knockout lines to confirm the enzyme’s integral role in maintaining mitochondrial homeostasis in the presence of L-2-HG. Notably, lentiviral-mediated overexpression of MDH2, alongside L2hgdh variants with altered targeting sequences, elucidated the compartment-specific effects of L-2-HG, emphasizing its mitochondrial-protein interactions as a mechanism of action.</p>
<p>From a technological standpoint, the team leveraged state-of-the-art mass spectrometry platforms, including UHPLC-MS/MS and Orbitrap MS, to quantitatively analyze metabolites and coenzyme Q (CoQ) redox species. The utilization of sophisticated labeling techniques allowed for enantiomeric resolution of 2-HG, an essential step for distinguishing the biological functions of L-2-HG from D-2-HG. Such molecular precision enabled insights into the metabolite’s influence on mitochondrial respiration, measured via oxygen consumption rates (OCR) using extracellular flux analyzers.</p>
<p>Expanding beyond metabolism, the study explored transcriptomic and epigenomic alterations by integrating bulk RNA sequencing, PRO-seq for nascent transcription profiling, and CUT&amp;RUN chromatin profiling targeting histone modifications like H3K9me3. Intriguingly, L-2-HG accumulation correlated with epigenetic remodeling, suggesting a nexus wherein mitochondrial metabolic states influence nuclear gene expression programs and chromatin architecture. Accompanying m^6A RNA methylation sequencing provided additional layers of regulation, revealing how L-2-HG impacts RNA modification landscapes.</p>
<p>The physiological relevance of these findings was evaluated through rigorous in vivo models. The creation of L2hgdh knock-in and conditional knockout mouse lines allowed the authors to examine the systemic consequences of mitochondrial L-2-HG dysregulation. Histological analyses of renal and lung tissues, complemented by serum biochemical measurements, exposed phenotypes consistent with metabolic reprogramming and organ dysfunction. Single-cell RNA-seq coupled with meticulous bioinformatics highlighted distinct cell-state changes, underscoring the metabolite’s capacity to instruct cellular identity and function in complex tissues.</p>
<p>Importantly, the authors employed a proteome integral solubility alteration assay (PISA) combined with tandem mass tagging (TMT) for quantitative proteomics. This approach uncovered protein targets stabilized or destabilized in the presence of L-2-HG, providing biochemical evidence for direct molecular interactions dictating mitochondrial signaling cascades. Their approach reveals an unprecedented view of how metabolic intermediates operate as signaling entities rather than mere substrates or byproducts.</p>
<p>At the biochemical interface, enzymatic NADH consumption assays delineated how L-2-HG affects redox enzyme kinetics in vitro, shedding light on the molecular interplay within the mitochondrial matrix. These findings were corroborated by NADH/NAD^+ ratio measurements, asserting L-2-HG’s role in modulating the mitochondrial redox poise. Together, these analyses articulate a model where L-2-HG emerges as a feedback signal responding to and recalibrating the energetic and redox status of the cell.</p>
<p>This comprehensive work not only revolutionizes our conceptualization of mitochondrial metabolites but also proposes new therapeutic avenues for metabolic disorders and mitochondrial dysfunction. Targeting L-2-HG signaling pathways may offer strategies to rectify metabolic imbalances seen in cancers and inherited mitochondrial diseases. Furthermore, the study’s multimodal methodological framework sets a new standard for probing metabolite signaling in a physiological context with extraordinary depth.</p>
<p>In summary, Chakrabarty et al.’s seminal research deciphers the enigmatic role of mitochondrial L-2-hydroxyglutarate as a bona fide physiological signaling metabolite. Their findings bridge metabolic biochemistry, molecular biology, and systems physiology, highlighting the dynamic reciprocity between metabolism and cellular regulation. This work opens compelling new frontiers in mitochondria-centric signaling biology with broad implications for health and disease.</p>
<hr />
<p><strong>Subject of Research</strong>:<br />
Physiological signaling roles of mitochondrial L-2-hydroxyglutarate in cell metabolism and gene regulation.</p>
<p><strong>Article Title</strong>:<br />
Mitochondrial L-2-hydroxyglutarate is a physiological signalling metabolite.</p>
<p><strong>Article References</strong>:<br />
Chakrabarty, R.P., Van Vranken, J.G., Aoi, Y. <em>et al.</em> Mitochondrial L-2-hydroxyglutarate is a physiological signalling metabolite. <em>Nature</em> (2026). <a href="https://doi.org/10.1038/s41586-026-10564-x">https://doi.org/10.1038/s41586-026-10564-x</a></p>
<p><strong>Image Credits</strong>:<br />
AI Generated</p>
<p><strong>DOI</strong>:<br />
<a href="https://doi.org/10.1038/s41586-026-10564-x">https://doi.org/10.1038/s41586-026-10564-x</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">160604</post-id>	</item>
	</channel>
</rss>
