<?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>RNA sequence analysis &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/rna-sequence-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 00:52:46 +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>RNA sequence analysis &#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>AI Language Model Learns the Grammar of RNA Sequences</title>
		<link>https://scienmag.com/ai-language-model-learns-the-grammar-of-rna-sequences/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 00:52:46 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI language models for genetic sequences]]></category>
		<category><![CDATA[AI-driven understanding of ribonucleic acid]]></category>
		<category><![CDATA[computational biology]]></category>
		<category><![CDATA[deep learning in genomics]]></category>
		<category><![CDATA[embeddings]]></category>
		<category><![CDATA[language models]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for RNA annotation]]></category>
		<category><![CDATA[natural language processing for RNA sequences]]></category>
		<category><![CDATA[non-coding RNA]]></category>
		<category><![CDATA[NucleicBERT]]></category>
		<category><![CDATA[NucleicBERT transformer model]]></category>
		<category><![CDATA[predicting RNA roles with neural networks]]></category>
		<category><![CDATA[RNA]]></category>
		<category><![CDATA[RNA sequence analysis]]></category>
		<category><![CDATA[RNA structure]]></category>
		<category><![CDATA[RNA structure-function prediction]]></category>
		<category><![CDATA[RNA therapeutics]]></category>
		<category><![CDATA[self-supervised learning]]></category>
		<category><![CDATA[self-supervised learning in molecular biology]]></category>
		<category><![CDATA[sequence biology]]></category>
		<category><![CDATA[sequence-structure relationship in RNA]]></category>
		<category><![CDATA[transformers]]></category>
		<category><![CDATA[unsupervised learning in bioinformatics]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=200260</guid>

					<description><![CDATA[A self-supervised language model called NucleicBERT offers researchers a new computational lens on the vast and poorly charted space of RNA sequences.]]></description>
										<content:encoded><![CDATA[<p>Ribonucleic acid has spent decades in the shadow of DNA and proteins, treated by many molecular biologists as a humble courier, a disposable intermediate in the flow of genetic information from gene to protein. That view has collapsed under the weight of discovery. RNA is now known to catalyse chemical reactions, silence genes, scaffold molecular machines, tune translation and orchestrating development, and every one of those functions is written in the language of its sequence. Yet compared with proteins, where decades of structural and evolutionary data have taught researchers to read amino-acid patterns, the sequence-structure-function logic of RNA remains largely opaque. A new study published in Nature Machine Intelligence argues that the fastest route to fluency in this language may come from an unlikely teacher: the same family of self-supervised neural networks that learned to write prose.</p>
<p>The system, called NucleicBERT, applies a transformer-based language model to ribonucleic acid sequences, training it to predict masked positions in nucleotide strings drawn from large public databases. The approach deliberately avoids labels. Instead of being told which sequences are ribozymes, which are microRNAs, or which bind particular proteins, the model is simply asked to fill in the blanks across millions of natural sequences. In doing so, it is forced to internalise the statistical regularities of real RNA: which nucleotides tend to co-occur, which motifs recur across distant branches of life, and which combinations essentially never appear. Those patterns, the authors contend, encode a compressed representation of the physical and evolutionary constraints that shape functional RNA.</p>
<p>The technical foundation is the bidirectional encoder architecture popularised by models such as BERT. In natural language, such models read text in both directions and learn contextual embeddings, so that the meaning of a word depends on its neighbours. NucleicBERT imports that idea wholesale into molecular biology. Each nucleotide in an RNA sequence is treated as a token, and the encoder produces a vector for every position that reflects its biological context. A cytosine embedded in a stem-loop of a transfer RNA acquires a different representation from the same cytosine sitting in the loop of a riboswitch, even though the raw letter is identical. This context sensitivity is precisely what hand-crafted features, position-weight matrices and simple motif searches have historically lacked.</p>
<p>Pretraining proceeds with a masked-language objective. Random positions in each training sequence are hidden, and the model must reconstruct them from surrounding context. Because the training corpus spans diverse RNA families and organisms, the network cannot succeed by memorising shallow patterns; it must capture deeper regularities such as compensatory mutations in paired regions, conserved loops, and the compositional biases of different RNA classes. The resulting embeddings can then be transferred downstream: a relatively small amount of labelled data is sufficient to fine-tune the pretrained network for specific prediction tasks, a strategy that has transformed fields from computer vision to protein biochemistry.</p>
<p>The practical payoff comes in the form of benchmark performance on tasks that matter to RNA biologists. According to the paper, NucleicBERT embeddings improve predictive accuracy on problems including the classification of non-coding RNA families, the identification of RNA-binding protein sites, and the assessment of sequence variants that disrupt splicing or translation. In each case the pretrained model outperforms baselines trained from scratch on the same labelled data, and the advantage is largest precisely where labelled examples are scarcest. That pattern is the classic signature of useful pretraining: the model arrives at a task already fluent in the underlying vocabulary, so supervision only needs to teach the final grammar.</p>
<p>What makes the work conceptually significant is not merely the benchmark numbers but the interpretability experiments layered on top of them. The authors probe what the model has learned by examining attention patterns and embedding geometry. Sequences with related structures and functions cluster together in the embedding space even when their nucleotide identities differ substantially, suggesting the model has discovered homology that raw sequence comparison misses. Attention heads, the internal components that let a transformer weigh relationships between positions, turn out to concentrate on regions that biologists recognise as structurally or functionally meaningful, such as paired stems and conserved catalytic motifs. In effect, the network rediscovers, from raw data alone, some of the hard-won knowledge that RNA biochemists assembled over half a century.</p>
<p>The study also confronts one of the central puzzles of RNA biology: the sheer size of sequence space. An RNA molecule of only 100 nucleotides has 4 to the power of 100 possible sequences, a number that dwarfs the number of atoms in the observable universe. Natural RNA occupies a vanishingly sparse subset of that space, organised into families shaped by common ancestry and common physics. Language models are, in a formal sense, tools for modelling the distribution of data, and NucleicBERT can therefore be read as a statistical map of where functional RNA lives within the vast combinatorial wilderness. Sequences the model assigns high likelihood are, heuristically, sequences that look like biology; sequences it assigns low likelihood are candidates for exotic synthetic designs, or for failure.</p>
<p>That map has immediate applications in engineering. RNA therapeutics, from messenger RNA vaccines to small interfering RNAs and antisense oligonucleotides, all depend on the properties of sequence: how stably a molecule folds, how efficiently it is translated, how recognisable it is to the innate immune system, and how long it survives in the cell. The authors report that NucleicBERT representations correlate with measurable properties such as secondary-structure stability and expression level, offering drug developers a way to screen and optimise candidate sequences in silico before expensive synthesis and testing begin. The same representations can guide the design of synthetic riboswitches and regulatory elements for synthetic biology, where designers currently iterate through costly build-and-test cycles.</p>
<p>The researchers are candid about limitations. RNA databases are biased towards well-studied model organisms and abundant RNA classes, so the model&#8217;s fluency is strongest where data are richest and weakest for rare transcripts and poorly characterised clades. The masked-language objective captures linear sequence context directly and higher-order structure only indirectly, so tasks that hinge on detailed three-dimensional folding may still require complementary physics-based or structure-specific models. And like all deep networks, NucleicBERT offers correlations rather than mechanisms: its embeddings are a powerful substrate for prediction, but turning them into causal explanations of why a particular fold catalyses a particular reaction remains future work. The authors frame the model not as a replacement for biochemical experiment but as a hypothesis engine that tells experimentalists where to look.</p>
<p>Even with those caveats, the arrival of a mature nucleic-acid language model marks a turning point in how the life sciences approach sequence data. For twenty years, genome annotation has leaned on alignment-based tools that compare new sequences against known ones, a strategy that fails for molecules with no recognisable relatives. Self-supervised models offer a different epistemology: knowledge distilled from the totality of observed sequences, applicable even to orphans with no evolutionary cousins. As sequencing technologies continue to generate data far faster than any human can annotate them, systems like NucleicBERT are likely to become standard equipment in the computational biology toolkit, reading the genome&#8217;s least understood language at a pace no human reader could match and pointing the way to RNA molecules that biology has not yet invented.</p>
<p><strong>Subject of Research:</strong> Self-supervised language modelling of RNA sequence space with the NucleicBERT neural network</p>
<p><strong>Article Title:</strong> NucleicBERT interprets RNA sequence space through self-supervised language modelling</p>
<p><strong>Article References:</strong> Upadhyay, U., Herold, J., Götz, M., &amp; Schug, A. (2026). NucleicBERT interprets RNA sequence space through self-supervised language modelling. <em>Nature Machine Intelligence</em>. <a href="https://doi.org/10.1038/s42256-026-01295-9" rel="noopener noreferrer">https://doi.org/10.1038/s42256-026-01295-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s42256-026-01295-9" rel="noopener noreferrer">10.1038/s42256-026-01295-9</a></p>
<p><strong>Keywords:</strong> NucleicBERT, RNA, self-supervised learning, language models, machine learning, transformers, non-coding RNA, RNA therapeutics, sequence biology, computational biology, embeddings, RNA structure</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200260</post-id>	</item>
		<item>
		<title>Breakthrough AI Tool Uncovers Hidden Early Warning Signs of Disease</title>
		<link>https://scienmag.com/breakthrough-ai-tool-uncovers-hidden-early-warning-signs-of-disease/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Wed, 01 Oct 2025 12:24:08 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[advanced machine learning algorithms]]></category>
		<category><![CDATA[AI tool for disease detection]]></category>
		<category><![CDATA[cellular landscape analysis]]></category>
		<category><![CDATA[diagnostic precision in healthcare]]></category>
		<category><![CDATA[DOLPHIN technology]]></category>
		<category><![CDATA[early warning signs of disease]]></category>
		<category><![CDATA[exons and junctions]]></category>
		<category><![CDATA[McGill University research]]></category>
		<category><![CDATA[personalized therapeutic strategies]]></category>
		<category><![CDATA[revolutionary disease treatment methods]]></category>
		<category><![CDATA[RNA sequence analysis]]></category>
		<category><![CDATA[subtle disease markers identification]]></category>
		<guid isPermaLink="false">https://scienmag.com/breakthrough-ai-tool-uncovers-hidden-early-warning-signs-of-disease/</guid>

					<description><![CDATA[A groundbreaking artificial intelligence tool developed by researchers at McGill University is poised to revolutionize the way diseases are detected and treated by diving deeper into the cellular landscape than ever before. This innovative technology, named DOLPHIN, harnesses the power of AI to identify subtle disease markers within individual cells that were previously invisible to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A groundbreaking artificial intelligence tool developed by researchers at McGill University is poised to revolutionize the way diseases are detected and treated by diving deeper into the cellular landscape than ever before. This innovative technology, named DOLPHIN, harnesses the power of AI to identify subtle disease markers within individual cells that were previously invisible to conventional analysis methods. By offering an unprecedentedly fine-grained view of cellular genetics, DOLPHIN promises to accelerate diagnostic precision and personalize therapeutic strategies for patients facing complex illnesses.</p>
<p>Traditional gene-level analysis methods have long dominated the study of cellular diseases, yet they are limited by their inability to capture the intricate variability present within each gene. Typically, these methods compress all the RNA data of a gene into a single count, effectively masking the subtleties and nuances that could better inform disease presence, progression, and treatment response. Recognizing this critical gap, the McGill team sought to transcend the constraints of conventional gene-level assessments by developing an approach that interrogates the smaller building blocks of genes—exons and their junctions.</p>
<p>DOLPHIN leverages advanced machine learning algorithms to analyze how the sections of genes, known as exons, are spliced and connected within RNA sequences of single cells. Unlike earlier methods that view genes as monolithic blocks, this tool embraces the modular nature of genetic material, akin to assembling LEGO bricks in various configurations. This exon- and junction-centric perspective unveils a previously uncharted level of cellular complexity and heterogeneity, which is invaluable for pinpointing disease markers that escape detection by standard techniques.</p>
<p>The scientific team demonstrated the tool&#8217;s exceptional capabilities through a compelling application on pancreatic cancer data. Pancreatic cancer is notorious for its aggressive nature and poor prognosis, often due to late detection and limited treatment options. DOLPHIN analyzed RNA sequencing data from individual cells within tumor samples and successfully uncovered over 800 disease markers that had eluded conventional gene-level analyses. More impressively, the AI tool could distinguish between patients harboring high-risk aggressive tumors and those with less severe disease forms, thus offering critical insights that could tailor therapeutic decisions and improve clinical outcomes.</p>
<p>Beyond the immediate diagnostic improvements, DOLPHIN&#8217;s contributions to the field of single-cell transcriptomics mark a pivotal step toward the ambitious goal of building comprehensive digital models of human cells. These &#8220;virtual cells&#8221; hold the promise of simulating cellular behavior and predicting responses to pharmaceutical compounds in silico, significantly reducing the need for labor-intensive and costly laboratory or clinical trials. By generating richer and more precise single-cell profiles, DOLPHIN lays the groundwork for these transformative digital simulations, which could redefine the future of biomedical research and drug development.</p>
<p>The research team acknowledges that while the initial results are encouraging, scaling the tool to analyze millions of cells across diverse datasets is an essential next phase. Such expansion will enhance the resolution and accuracy of virtual cell models, helping to capture the full spectrum of cellular states and disease manifestations across different tissues and patient populations. This scalability will be vital for integrating DOLPHIN into routine biomedical workflows and translating its benefits from the laboratory to the clinic.</p>
<p>Central to the tool&#8217;s success is its ability to exploit the vast amount of information contained within exon and junction reads—elements often overlooked by traditional analyses. These reads represent the transcriptomic intricacies of how genes are pieced together post-transcriptionally, influencing cell function and identity. By effectively interpreting this layered information, DOLPHIN transcends simplistic gene expression counts and embraces the dynamic nature of gene regulation, which is frequently altered in diseases such as cancer.</p>
<p>Furthermore, DOLPHIN&#8217;s AI-driven methodology blends computational prowess with biological insight, exemplifying the interdisciplinary synergy necessary to tackle complex health challenges. The model’s capability to process and learn from massive and multidimensional datasets sets a precedent for future tools aiming to decrypt cellular behavior with comparable depth and precision. Its application thus reflects the transformative potential of computational biology in ushering in an era of precision medicine.</p>
<p>The broader implications of DOLPHIN extend beyond oncology. The ability to detect subtle RNA splicing alterations and disease markers at the single-cell level might illuminate the molecular underpinnings of a wide array of conditions, from autoimmune disorders to neurodegenerative diseases. Such advances could enable earlier detection, more accurate prognostication, and personalized treatment plans that vastly improve patient quality of life.</p>
<p>This research, spearheaded by Kailu Song, a PhD student in McGill’s Quantitative Life Sciences program, along with senior author Jun Ding, an assistant professor in the Department of Medicine and a junior scientist at the Research Institute of the McGill University Health Centre, represents a compelling leap forward in single-cell analysis. Their study, published in the renowned journal Nature Communications, underscores the power of refining transcriptomic data to unlock hidden cellular information vital for medical innovation.</p>
<p>Funded by prestigious organizations such as the Canadian Institutes of Health Research, the Natural Sciences and Engineering Research Council of Canada, and the Fonds de recherche du Québec, this project exemplifies the critical role of sustained research investment in driving cutting-edge scientific discovery. The confluence of AI technology with molecular biology heralded by DOLPHIN is a testament to how collaborative, interdisciplinary efforts can reshape the future of health care.</p>
<p>As DOLPHIN continues to evolve and integrate into diverse biomedical investigations, its promise to chart uncharted territories within the cellular genome remains unparalleled. By unveiling the finer details of genetic regulation hidden within single cells, this AI tool not only enhances our understanding of disease mechanisms but also sparks new hope for earlier diagnosis, more effective treatment, and ultimately, better patient lives worldwide.</p>
<hr />
<p><strong>Subject of Research</strong>: Cells<br />
<strong>Article Title</strong>: DOLPHIN advances single-cell transcriptomics beyond gene level by leveraging exon and junction reads<br />
<strong>News Publication Date</strong>: 4-Jul-2025<br />
<strong>Web References</strong>: <a href="https://www.nature.com/articles/s41467-025-61580-w">https://www.nature.com/articles/s41467-025-61580-w</a><br />
<strong>References</strong>: Song, K., Ding, J., et al. (2025). DOLPHIN advances single-cell transcriptomics beyond gene level by leveraging exon and junction reads. <em>Nature Communications</em>. DOI: 10.1038/s41467-025-61580-w<br />
<strong>Keywords</strong>: Cell biology, single-cell transcriptomics, artificial intelligence, exon splicing, pancreatic cancer, precision medicine, RNA sequencing, computational biology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">84577</post-id>	</item>
	</channel>
</rss>
