<?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>Spatialgater &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/spatialgater/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 18:23:38 +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>Spatialgater &#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 Web Tool Lets Researchers Hand-Pick Cells Directly on Spatial Omics Images</title>
		<link>https://scienmag.com/new-web-tool-lets-researchers-hand-pick-cells-directly-on-spatial-omics-images/</link>
		
		<dc:creator><![CDATA[Vincent Franklin]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 18:23:38 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[bioinformatics software]]></category>
		<category><![CDATA[breast cancer]]></category>
		<category><![CDATA[cell selection in tissue imaging]]></category>
		<category><![CDATA[cell-specific data extraction]]></category>
		<category><![CDATA[high-dimensional molecular profiling]]></category>
		<category><![CDATA[imaging mass cytometry]]></category>
		<category><![CDATA[imaging mass cytometry tools]]></category>
		<category><![CDATA[multiplexed imaging]]></category>
		<category><![CDATA[multiplexed immunofluorescence visualization]]></category>
		<category><![CDATA[open-source spatial biology platform]]></category>
		<category><![CDATA[R Shiny]]></category>
		<category><![CDATA[R Shiny applications for biology]]></category>
		<category><![CDATA[Shiny]]></category>
		<category><![CDATA[single cell gating]]></category>
		<category><![CDATA[spatial omics]]></category>
		<category><![CDATA[spatial omics data analysis]]></category>
		<category><![CDATA[SpatialExperiment]]></category>
		<category><![CDATA[Spatialgater]]></category>
		<category><![CDATA[T Cells]]></category>
		<category><![CDATA[tissue image zoom and selection]]></category>
		<category><![CDATA[tissue section spatial coordinates]]></category>
		<category><![CDATA[tumor microenvironment]]></category>
		<category><![CDATA[user-friendly bioinformatics software]]></category>
		<category><![CDATA[web-based spatial biology tools]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197308</guid>

					<description><![CDATA[Austrian researchers have developed Spatialgater, a free R Shiny web tool that lets scientists draw polygon gates to select individual cells directly on spatial omics images.]]></description>
										<content:encoded><![CDATA[<p>Spatial biology has been having its breakout decade. Technologies such as imaging mass cytometry, multiplexed immunofluorescence and other multiplexed imaging platforms now allow researchers to measure dozens of biomolecules simultaneously while keeping every cell locked in its original position within a tissue section. The result is datasets of extraordinary richness: millions of cells, each carrying a high-dimensional molecular profile and a pair of spatial coordinates that anchor it to a specific spot on the image. Yet a persistent bottleneck has quietly frustrated laboratories around the world. Once the data are generated, actually selecting the cells you want to study — by hand, by location, by intuition — has remained awkward, code-heavy and largely unsupported by existing software.</p>
<p>A team of Austrian researchers believes they have a practical answer. In a study published in BMC Bioinformatics, Markus Steiner, Stephan Drothler, Jan P. Höpner, Roland Geisberger and Nadja Zaborsky, based at Paracelsus Medical University, the Salzburg Cancer Research Institute and Paris-Lodron University Salzburg, introduce Spatialgater, an open, web-based tool built in R Shiny that lets scientists select individual cells directly on a zoomable image of their tissue. Rather than forcing analysts to write custom scripts every time they want to isolate, say, a cluster of immune cells sitting at the edge of a tumor nest, Spatialgater allows them to draw polygon gates around cells of interest with a few clicks of a mouse — in situ, exactly where the cells actually live.</p>
<p>The problem the tool addresses is rooted in how spatial omics data are currently processed. The dominant data structure in the R ecosystem for this kind of work is the SpatialExperiment class, a container that stores molecular expression measurements alongside the spatial coordinates of each cell. Standard analysis workflows built on this framework typically proceed by clustering cells according to their expression of biomolecules — proteins, transcripts or other markers — and then subsetting or annotating cells based on those molecular groupings. What these workflows largely ignore is geography. A tumor cell and its lookalike elsewhere on the slide may share nearly identical expression profiles, yet occupy radically different microenvironments, one nestled against a blood vessel, the other buried in dense stroma. Clustering alone cannot tell them apart by location.</p>
<p>Computational biologists have developed patch-detection and neighborhood-analysis methods that identify recurring spatial patterns, such as regions where particular cell types consistently co-occur. These approaches are powerful for systematic surveys of tissue architecture, but they are fundamentally automated and population-level. None of them gives a researcher the simple, immediate ability to say: show me these cells, right here, and let me select exactly the ones I mean. That gap matters in practice. Pathologists and immunologists often spot something visually striking — an unusual accumulation of T cells at an invasive margin, a suspicious ring of macrophages around a necrotic core — and want to interrogate those specific cells without writing bespoke code or approximating their region of interest with crude coordinate filters.</p>
<p>Spatialgater fills that gap with a deliberately simple interface. The tool renders cells as dots overlaid on a zoomable image of the tissue, so users can navigate the sample much as they would navigate a digital slide under a microscope. Drawing a polygon directly on the image selects every cell whose coordinates fall inside the drawn boundary. The selection is fully interactive: researchers can zoom in to single-cell resolution, refine a gate, add additional polygons and inspect the molecular profiles of the cells they have captured. Because the tool operates on SpatialExperiment objects, it slots naturally into existing R-based spatial omics pipelines rather than requiring researchers to export their data into an unfamiliar format.</p>
<p>Two features elevate the tool beyond a simple lasso. The first is an integrated k-nearest-neighbor function that can automatically extend a manually drawn gate across spatially similar microenvironments elsewhere in the tissue. If a researcher delineates a distinctive cellular neighborhood in one region, the algorithm can propagate that selection to comparable regions, dramatically reducing the manual labor of annotating large tissue sections while keeping the human judgment that defined the original gate. The second is traceability. Every polygon a user draws is recorded in a log file, creating an auditable record of exactly how each selection was made — a small but significant safeguard for reproducibility in a field where manual choices have traditionally gone undocumented.</p>
<p>Export and integration are equally considered. Selected cell identifiers can be written out as a standard CSV file for use in any downstream software, or saved directly back into the original SpatialExperiment object as a new logical column, meaning manual selections become first-class citizens in subsequent statistical analyses. This design choice reflects the authors&#8217; core motivation: boosting interactivity while reducing the programming burden of image analysis. A researcher no longer needs to be a fluent R programmer to translate a visual observation into a computable cell set; the web interface handles the translation.</p>
<p>To demonstrate the tool in action, the team applied Spatialgater to a publicly available imaging mass cytometry dataset of breast cancer tissue, using it to characterize and compare T cells according to their spatial location within the tumor microenvironment. The demonstration speaks directly to one of the hottest questions in cancer immunology: how the precise positioning of immune cells — whether T cells are excluded from tumor nests, patrolling the invasive margin or dispersed through stroma — shapes antitumor immunity and predicts response to immunotherapy. A tool that makes spatially targeted cell selection fast and intuitive could accelerate exactly this kind of location-dependent immune analysis. The team also validated the package&#8217;s gating functionality using test data derived from a wild-type mouse, with the animal work approved by the Austrian Federal Ministry of Education, Science, and Research under approval number BMBWF 2023-0.644.528.</p>
<p>The significance of the work may lie less in any single algorithm than in what it signals about the maturing of spatial omics. The field&#8217;s first generation of tools focused on generating and processing data; the next generation is about making those data genuinely explorable by working biologists. By lowering the barrier between seeing something interesting in a tissue image and acting on it computationally, Spatialgater embodies a broader shift toward interactive, human-in-the-loop bioinformatics. The software is open access, published under a Creative Commons Attribution license, and funded by the Austrian Science Fund, WISS 2025 through the Cancer Cluster Salzburg, and the Province of Salzburg. For laboratories drowning in multiplexed images and struggling to connect visual insight with computational rigor, a free browser-based gate-drawing tool may prove to be one of those deceptively simple additions that changes daily practice.</p>
<p><strong>Subject of Research:</strong> An interactive R Shiny web tool for spatially selecting and gating individual cells in spatial omics datasets.</p>
<p><strong>Article Title:</strong> Spatialgater: an R Shiny webtool for in situ gating of cells in spatial omics experiments</p>
<p><strong>Article References:</strong> Steiner, M., Drothler, S., Höpner, J. P., Geisberger, R., &amp; Zaborsky, N. (2026). Spatialgater: an R Shiny webtool for in situ gating of cells in spatial omics experiments. <em>BMC Bioinformatics</em>. <a href="https://doi.org/10.1186/s12859-026-06620-y" rel="noopener noreferrer">https://doi.org/10.1186/s12859-026-06620-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12859-026-06620-y" rel="noopener noreferrer">10.1186/s12859-026-06620-y</a></p>
<p><strong>Keywords:</strong> Spatialgater, R Shiny, spatial omics, single cell gating, imaging mass cytometry, SpatialExperiment, multiplexed imaging, breast cancer, T cells, tumor microenvironment, bioinformatics software, Shiny</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197308</post-id>	</item>
	</channel>
</rss>
