<?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>rare cell identification &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/rare-cell-identification/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 23:31:28 +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>rare cell identification &#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 Graph Tool scFormer Uncovers Rare Cell States Hidden in Single-Cell and Spatial Data</title>
		<link>https://scienmag.com/ai-graph-tool-scformer-uncovers-rare-cell-states-hidden-in-single-cell-and-spatial-data/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 23:31:28 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[advanced biotechnology for cell state discovery]]></category>
		<category><![CDATA[AI-powered graph tools for single-cell genomics]]></category>
		<category><![CDATA[airway epithelium]]></category>
		<category><![CDATA[batch effect correction]]></category>
		<category><![CDATA[cell-gene graph learning]]></category>
		<category><![CDATA[computational biology]]></category>
		<category><![CDATA[detecting lineage commitment and regenerative cell states]]></category>
		<category><![CDATA[gene-to-cell graph modeling]]></category>
		<category><![CDATA[Graph neural network]]></category>
		<category><![CDATA[heterogeneous graph construction for single-cell data]]></category>
		<category><![CDATA[heterogeneous graph transformer]]></category>
		<category><![CDATA[identifying rare cell states in tissue samples]]></category>
		<category><![CDATA[methods for resolving low-abundance cell types]]></category>
		<category><![CDATA[overcoming over-smoothing in single-cell analysis]]></category>
		<category><![CDATA[PBMC integration]]></category>
		<category><![CDATA[rare cell detection in spatial transcriptomics]]></category>
		<category><![CDATA[rare cell identification]]></category>
		<category><![CDATA[revival stem cells]]></category>
		<category><![CDATA[scFormer]]></category>
		<category><![CDATA[Single-Cell RNA Sequencing]]></category>
		<category><![CDATA[spatial and single-cell data integration]]></category>
		<category><![CDATA[Spatial transcriptomics]]></category>
		<category><![CDATA[tumor progression and immune evasion cell populations]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=199688</guid>

					<description><![CDATA[Researchers have developed scFormer, a heterogeneous graph transformer framework that identifies rare cell states in single-cell and spatial transcriptomic data by embedding gene specificity directly into graph topology while jointly correcting batch effects.]]></description>
										<content:encoded><![CDATA[<p>Rare cells punch far above their weight in biology. Populations that make up less than one percent of a tissue can drive tumor progression, immune evasion, drug resistance, and relapse, while others mark the first steps of lineage commitment or the awakening of regenerative programs after injury. Yet these biologically pivotal cells are precisely the ones that single-cell RNA sequencing struggles to resolve. Because most computational methods rely on cell-to-cell similarity, a handful of unusual cells sitting in a sea of abundant neighbors are easily over-smoothed, their subtle transcriptional signatures absorbed into dominant lineages before anyone notices they were there. A new study published in Advanced Biotechnology presents a framework designed to stop that from happening.</p>
<p>The method, called scFormer, was developed by Jinjin Huang, Xuanzhe Xia, Feng Luo, Lianghu Qu, Xiao Feng, Lingling Zheng and colleagues at Sun Yat-Sen University. At its heart lies a deliberate break with convention. Instead of building a graph in which similar cells are linked to one another, scFormer constructs a heterogeneous graph in which cells are connected directly to genes. Each cell is linked to a compact set of roughly twenty genes whose expression is highly specific to it, quantified through gene-wise Z-scores after normalization. These highly specific marker genes act as informational bridges: even when a rare cell has no close cellular neighbors, it remains anchored in the graph through the genes that define it. Rare transcriptional programs are therefore embedded in the topology itself rather than inferred from global neighborhoods that may not exist.</p>
<p>Once the cell-gene graph is built, a heterogeneous graph transformer takes over. The transformer distinguishes explicitly between cell nodes and gene nodes, and between gene-to-cell and cell-to-gene edges, applying node-type-specific and relation-specific attention as information propagates through the network. This matters because cells and genes are fundamentally different biological entities, and a model that treats them identically risks blurring the very distinctions that make rare states detectable. The architecture is trained with a multi-component objective that combines a KL-divergence-based reconstruction regularizer, a clustering loss anchored to Leiden-generated pseudo-labels, an intra-cluster compactness term that pulls cells of the same group together in embedding space, and an optional batch-correction term.</p>
<p>That last component addresses one of the thorniest dilemmas in modern single-cell analysis. Multi-sample studies are essential for statistical power, but batch effects from differences in protocol, sequencing depth, and sample handling can swamp genuine biology. Standard integration tools such as Harmony, BBKNN, ComBat, and MNN Correct are built to align global distributions across samples, not to preserve weak rare-cell signals, and over-correction can silently merge true rare populations into transcriptionally similar abundant types. Conversely, running rare-cell detection without integration risks mistaking technical variation for biological rarity. scFormer tackles this tension by jointly optimizing batch correction and rare-cell discovery within a single framework, combining global distribution alignment with a local-structure term that preserves fine-grained neighborhood relationships in the embedding.</p>
<p>The benchmarking effort behind the study is substantial. Across 125 simulated datasets generated with Splatter, each containing 2,500 cells and 5,000 genes with a rare population at an extreme 99:1 imbalance, scFormer achieved the highest average F1 score of 0.988 with strikingly low variance. When the simulations were stratified by difficulty, separating cases where rare and abundant populations differed only subtly, scFormer remained stable while several competing methods, including RaceID3, FiRE, and GiniClust3, degraded sharply. Against seven established rare-cell detection methods spanning rarity-scoring, differential-expression, clustering-based, and feature-learning strategies, the new framework combined accuracy with a robustness that the authors attribute directly to its specificity-driven graph topology.</p>
<p>Real data told a similar story. On 18 publicly available scRNA-seq datasets spanning immune, epithelial, nervous system, and multiple organ and disease settings, with sizes ranging from 313 to nearly 50,000 cells, scFormer achieved the best overall concordance with published rare-cell annotations, posting a mean F1 score of 0.595. That represents a 22.1 percent improvement over the next-best method, scCAD, and a 93.8 percent improvement over GiniClust3. In a mouse retina dataset, scFormer reached an F1 score of 0.955, far exceeding its competitors, and it remained the top performer even in the notoriously difficult human renal cell carcinoma setting. Notably, scFormer completed successfully on all 18 real datasets, while every competing method failed on at least one, a quiet but meaningful indicator of practical reliability.</p>
<p>The biological payoffs are where the method becomes genuinely exciting. Applied to mouse airway epithelium, scFormer recovered the known rare populations, including Foxi1-positive ionocytes and goblet cells, but went further, resolving a rare club-cell-associated cluster comprising just 0.92 percent of cells that scCAD missed entirely. This cluster showed significantly elevated G2/M cell-cycle scores, and control analyses removing canonical S/G2M genes confirmed the population was not merely an artifact of proliferation-driven clustering. In regenerating mouse intestinal crypts, the framework recovered the elusive clusterin-expressing revival stem cells that transiently replace depleted LGR5-positive stem cells after injury, and it uncovered two previously uncharacterized rare lymphocyte subsets, a B-cell population and a plasmacytoid dendritic cell subset, that vanished after irradiation and were absent from the original study&#8217;s annotations.</p>
<p>The multi-sample PBMC benchmark demonstrated the batch-correction advantage concretely. On a dataset of 30,669 cells across four batches, scFormer achieved an iLISI score of 2.695 and a batch entropy of 1.085, both exceeding Harmony, while simultaneously identifying five biologically plausible rare populations: B1 B cells, proerythroblasts, transitional B cells, lymphoid progenitors, and plasma cells. The failure modes of the alternatives were instructive. scCAD, lacking batch correction, misclassified plasmacytoid dendritic cells as rare based on technical variation, while the Harmony-Leiden pipeline merged hematopoietic stem cells and transitional B cells with lymphoid progenitors into a single artifactual cluster. An ablation analysis showed that the batch-correction components improved batch mixing substantially without sacrificing rare-cell recovery.</p>
<p>Finally, the authors extended scFormer to spatial transcriptomics using the sci-Space dataset of embryonic mouse sections. Without using spatial coordinates as input, the method identified rare cell states whose positions could then be mapped back onto the tissue. In the hepatic region of one section, it distinguished a rare biliary epithelial-like state co-expressing Cftr, Krt7, and Sox9, showing 35.74-fold spatial self-enrichment, alongside a pancreatic marker-enriched rare state showing 89.52-fold enrichment. Rare neurodevelopmental populations, including Foxg1-positive forebrain lineage cells, Slc1a3-positive radial glia, and Sox2-positive neural progenitors, were likewise resolved and spatially localized. The team notes that scFormer is an RNA-first framework, and that extending the specificity-driven graph to chromatin accessibility or other modalities is a natural next step. With the code publicly available on GitHub, the framework offers researchers across developmental biology, immunology, and precision medicine a practical new lens for spotting the rare cells that matter most.</p>
<p><strong>Subject of Research:</strong> A heterogeneous graph transformer framework, scFormer, for detecting rare cell states in single-cell and spatial transcriptomic data</p>
<p><strong>Article Title:</strong> Specificity-driven cell-gene graph learning identifies rare cell states in single-cell and spatial transcriptomic data</p>
<p><strong>Article References:</strong> Huang, J., Xia, X., Luo, F., Qu, L., Feng, X., &amp; Zheng, L. (2026). Specificity-driven cell-gene graph learning identifies rare cell states in single-cell and spatial transcriptomic data. <em>Advanced Biotechnology, 4</em>(3), Article 26. <a href="https://doi.org/10.1007/s44307-026-00121-y" rel="noopener noreferrer">https://doi.org/10.1007/s44307-026-00121-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44307-026-00121-y" rel="noopener noreferrer">10.1007/s44307-026-00121-y</a></p>
<p><strong>Keywords:</strong> scFormer, rare cell identification, single-cell RNA sequencing, heterogeneous graph transformer, spatial transcriptomics, batch effect correction, cell-gene graph learning, revival stem cells, airway epithelium, PBMC integration, graph neural network, computational biology</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199688</post-id>	</item>
	</channel>
</rss>
