<?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>Genome Medicine spatial transcriptomics &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/genome-medicine-spatial-transcriptomics/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 23:03:12 +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>Genome Medicine spatial transcriptomics &#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>New AI tool maps single cells onto tissue space with unprecedented precision</title>
		<link>https://scienmag.com/new-ai-tool-maps-single-cells-onto-tissue-space-with-unprecedented-precision/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 23:03:12 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[cell mapping]]></category>
		<category><![CDATA[cellular identity and spatial context]]></category>
		<category><![CDATA[computational genomics tools]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for tissue mapping]]></category>
		<category><![CDATA[Genome Medicine]]></category>
		<category><![CDATA[Genome Medicine spatial transcriptomics]]></category>
		<category><![CDATA[graph attention]]></category>
		<category><![CDATA[high-resolution cellular localization]]></category>
		<category><![CDATA[innovative bioinformatics methods]]></category>
		<category><![CDATA[integrative genomics]]></category>
		<category><![CDATA[liver zonation]]></category>
		<category><![CDATA[machine learning in genomics]]></category>
		<category><![CDATA[neuronal heterogeneity]]></category>
		<category><![CDATA[Single-Cell RNA Sequencing]]></category>
		<category><![CDATA[single-cell RNA sequencing analysis]]></category>
		<category><![CDATA[single-cell spatial transcriptomics integration]]></category>
		<category><![CDATA[spatial gene expression profiling]]></category>
		<category><![CDATA[Spatial transcriptomics]]></category>
		<category><![CDATA[tissue architecture]]></category>
		<category><![CDATA[tissue architecture mapping]]></category>
		<category><![CDATA[tissue cartography advancement]]></category>
		<category><![CDATA[tumor microenvironment]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211074</guid>

					<description><![CDATA[A new deep learning framework called SCmapST uses a seeded matches strategy to map single-cell gene expression data onto spatial transcriptomics coordinates, outperforming existing methods across embryos, brain tissue, tumors and liver.]]></description>
										<content:encoded><![CDATA[<p>One of the most stubborn problems in modern genomics has finally been given a serious new contender. Single-cell RNA sequencing can catalog the gene activity of thousands of individual cells, revealing cell types in astonishing detail, but it destroys the tissue in the process, leaving researchers with no idea where each cell actually lived. Spatial transcriptomics, by contrast, preserves the geographic layout of a tissue and measures gene expression at defined spots, yet its resolution is typically far coarser than that of a single cell. For years, computational biologists have wrestled with how to get the best of both worlds: cellular identity and spatial location in one coherent map. Now, a team at the University of Electronic Science and Technology of China has unveiled a deep learning framework called SCmapST that claims to do exactly that, and their results suggest a meaningful step forward for tissue cartography.</p>
<p>The new method, described in Genome Medicine, was developed by Yi Liu, Pinglu Zhang, Ximei Luo and Quan Zou, and it addresses the integration problem with what the authors call a seeded matches strategy. Rather than treating the alignment of single-cell data and spatial data as a single global optimization problem, SCmapST begins by identifying a set of highly confident anchor points, or seeds, where a single cell&#8217;s expression profile matches a spatial spot&#8217;s profile with high certainty. These seeds act as trustworthy footholds. From there, the algorithm propagates information outward, using the established matches to guide the assignment of the remaining, more ambiguous cells. This design is intended to prevent the kinds of errors that plague integration methods when they try to match everything at once: a cell type that is globally similar to several spots can drift to the wrong location, scrambling the tissue map.</p>
<p>Underneath this seeding concept sits a stack of modern deep learning machinery. The framework incorporates a Graph Attention Aggregation module, often abbreviated GAA in the paper, alongside a Weighted Attention Aggregation, or WAA, mechanism. Attention mechanisms, the same family of techniques that power large language models, allow the algorithm to decide dynamically which neighboring points in a graph of cells and spatial spots are most informative. By building a graph that connects single cells to each other and to their candidate spatial locations, SCmapST can weigh local context, making sure that a cell assigned to a spot is compatible not only with that spot&#8217;s gene expression but also with the identities of neighboring assignments. The authors also employ Singular Value Decomposition, a classical matrix factorization technique, to reduce the dimensionality of the high-throughput expression data before the more expensive learning stages, and they borrow the idea of Non-Maximum Suppression, a trick from computer vision used to eliminate duplicate detections, to prune redundant or conflicting matches.</p>
<p>The evaluation of SCmapST was deliberately broad. The authors benchmarked their method against existing cell-mapping approaches using multiple datasets spanning very different tissue types, and they measured performance with metrics that capture distinct aspects of map quality. Label transfer accuracy, or LTA, quantifies how often the algorithm correctly assigns a cell&#8217;s known type to the right spatial domain. Mean absolute error, MAE, tracks how closely predicted cell-type proportions at each spot match the true ones. Jensen-Shannon divergence, JSD, a measure borrowed from information theory, captures the overall statistical distance between predicted and actual cell-type distributions. Across these measures, the paper reports that SCmapST consistently and robustly outperformed competing methods, excelling at reconstructing the global topology of a tissue while still preserving the fine-grained local heterogeneity that makes biological tissues interesting in the first place.</p>
<p>That tension between global structure and local detail is precisely where most integration methods fail. Some algorithms produce maps that look correct at low magnification, with broad tissue regions in roughly the right places, but blur away the smaller communities of cells that might be doing the most biologically important work, such as a small cluster of immune cells infiltrating a tumor margin. Others capture local pockets accurately but misplace them relative to the overall anatomy, like a beautiful mosaic assembled in the wrong room. SCmapST&#8217;s authors argue that the seeded matches approach, by anchoring the most reliable assignments first and letting attention mechanisms respect neighborhood consistency, allows the method to thread this needle more reliably than its predecessors.</p>
<p>The practical demonstrations in the paper give a sense of the range of biological questions the tool can tackle. In mouse embryo datasets, including embryos designated E1 and E3 in the study, SCmapST successfully deciphered spatial co-localization patterns, revealing which cell types tend to share the same neighborhoods during early development, a question central to understanding how tissues organize themselves as an organism takes shape. In brain tissue from the middle temporal gyrus, a region of the human cortex, the method resolved location-dependent neuronal heterogeneity, distinguishing excitatory and inhibitory neurons and mapping how their distributions shift across cortical layers. Because the brain&#8217;s layered architecture is well characterized, this served as a stringent test of whether the algorithm could recover known anatomical structure from expression data alone.</p>
<p>Cancer biology provided a second major proving ground. The authors applied SCmapST to human squamous cell carcinoma and to pancreatic ductal adenocarcinoma, two tumor types where the spatial arrangement of malignant and stromal cells has real clinical consequences. In both cases, the tool delineated cell-type distributions within discrete tumor domains, separating tumor-specific keratinocytes from other keratinocyte populations in the squamous carcinoma context and resolving how different cell compartments are organized within the pancreatic tumor microenvironment. The ability to place specific cell states precisely within tumor architecture matters because proximity to malignant cells, blood vessels or immune exclusion zones can determine whether an immune cell is an active defender or a bystander, and it can inform how a tumor is likely to respond to therapy.</p>
<p>The final application pushed the method into a regime where spatial structure is not discrete but continuous. In liver tissue, gene expression follows zonation, a gradient in which hepatocytes adopt different functional states depending on their distance from the blood supply, with no sharp boundaries between zones. Mapping cells onto such continuous gradients is notoriously difficult, since the underlying spatial signal changes smoothly rather than in steps. SCmapST was able to delineate cell-type distributions across this continuous liver zonation, alongside non-parenchymal cells that interleave among the hepatocytes. Handling both discrete tumor compartments and continuous physiological gradients within the same framework is a notable versatility claim, and it suggests the method is not overfit to one particular style of tissue organization.</p>
<p>For the broader research community, tools like SCmapST arrive at a moment when spatial transcriptomics data are accumulating faster than the analytical methods needed to interpret them. Commercial platforms now routinely generate spatially resolved expression measurements across whole tissue sections, and atlases of organs in health and disease increasingly include spatial layers. But the field still depends heavily on pairing these measurements with well-annotated single-cell reference datasets, and the quality of the resulting annotated maps depends on the integration algorithm in the middle. A method that transfers cell identities more accurately, and does so robustly across tissues as different as embryos, cortex, tumors and liver, reduces a significant bottleneck in that workflow. The researchers, affiliated with the University of Electronic Science and Technology of China, Macao Polytechnic University and the Zhongguancun Academy, note that their approach surpassed existing methods consistently, though as with any benchmark, performance on future datasets and across additional platforms remains to be seen.</p>
<p>The paper, published open access in Genome Medicine with the DOI 10.1186/s13073-026-01778-9, was funded in part by the National Natural Science Foundation of China and provincial science foundations, and the authors declare no competing interests. As spatial biology moves from a specialist technique toward a routine component of clinical and developmental research, the competition to write the software that stitches cellular and spatial views together is intensifying. SCmapST&#8217;s seeded matches strategy offers a clear conceptual idea, that reliable anchors should drive uncertain assignments, wrapped in a suite of attention-based learning components tuned to respect tissue geometry. Whether it becomes a standard tool will depend on how it fares in the hands of other labs, but its demonstrated success across embryos, brain, tumors and zonated liver marks it as one of the more versatile entrants yet in the race to give single cells back their home address.</p>
<p><strong>Subject of Research:</strong> A deep learning method integrating single-cell and spatial transcriptomics to reconstruct cellular maps of tissues</p>
<p><strong>Article Title:</strong> SCmapST enables single-cell spatial reconstruction by seeded matches-driven integration of single-cell and spatial transcriptomics</p>
<p><strong>Article References:</strong> SCmapST enables single-cell spatial reconstruction by seeded matches-driven integration of single-cell and spatial transcriptomics. (n.d.). <a href="https://doi.org/10.1186/s13073-026-01778-9" rel="noopener noreferrer">https://doi.org/10.1186/s13073-026-01778-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s13073-026-01778-9" rel="noopener noreferrer">10.1186/s13073-026-01778-9</a></p>
<p><strong>Keywords:</strong> spatial transcriptomics, single-cell RNA sequencing, deep learning, cell mapping, tissue architecture, graph attention, tumor microenvironment, liver zonation, neuronal heterogeneity, integrative genomics, Genome Medicine, bioinformatics</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211074</post-id>	</item>
	</channel>
</rss>
