<?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>Vincent Franklin &#8211; Science</title>
	<atom:link href="https://scienmag.com/author/vincent-franklin/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>Vincent Franklin &#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>
		<item>
		<title>IRB Barcelona Unveils Spain’s First Comprehensive Spatial Omics Platform</title>
		<link>https://scienmag.com/irb-barcelona-unveils-spains-first-comprehensive-spatial-omics-platform/</link>
		
		<dc:creator><![CDATA[Vincent Franklin]]></dc:creator>
		<pubDate>Mon, 09 Feb 2026 20:00:26 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[cellular function in complex tissues]]></category>
		<category><![CDATA[cellular interactions in native environments]]></category>
		<category><![CDATA[comprehensive spatial omics platform]]></category>
		<category><![CDATA[gene expression patterns in situ]]></category>
		<category><![CDATA[high-resolution mapping of RNA]]></category>
		<category><![CDATA[innovative biomedical research methods]]></category>
		<category><![CDATA[intact tissue analysis techniques]]></category>
		<category><![CDATA[IRB Barcelona research]]></category>
		<category><![CDATA[molecular profiling in biology]]></category>
		<category><![CDATA[spatial omics technology]]></category>
		<category><![CDATA[spatial proteomics advancements]]></category>
		<category><![CDATA[spatial transcriptomics applications]]></category>
		<guid isPermaLink="false">https://scienmag.com/irb-barcelona-unveils-spains-first-comprehensive-spatial-omics-platform/</guid>

					<description><![CDATA[In a groundbreaking advancement for biomedical science, the Institute for Research in Biomedicine (IRB Barcelona) has unveiled Spain&#8217;s first fully integrated Spatial Omics Platform, poised to revolutionize how we understand cellular function in complex tissues. Spatial omics, a suite of state-of-the-art technologies, enables scientists to investigate cells within their native tissue microenvironment without disrupting their [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking advancement for biomedical science, the Institute for Research in Biomedicine (IRB Barcelona) has unveiled Spain&#8217;s first fully integrated Spatial Omics Platform, poised to revolutionize how we understand cellular function in complex tissues. Spatial omics, a suite of state-of-the-art technologies, enables scientists to investigate cells within their native tissue microenvironment without disrupting their physical context. Unlike traditional molecular biology methods that analyze isolated cells or homogenized tissues, spatial omics preserves the intricate architecture of biological systems, providing unparalleled insights into cellular interactions, gene expression, and protein dynamics directly in situ.</p>
<p>Traditionally, biologists have been constrained by analytical techniques that sacrifice spatial information, reducing tissues to a mixture of cells where location is lost. This limitation has hindered our comprehension of how cellular neighborhoods influence physiological and pathological states. The emergence of spatial transcriptomics and proteomics now permits high-resolution mapping of RNA and protein molecules inside intact tissues, lending an unprecedented spatial dimension to molecular profiling. Spatial transcriptomics reveals the location-specific gene expression patterns, whereas spatial proteomics identifies the distribution and interplay of functional proteins, thereby elucidating the molecular choreography underlying cellular behavior.</p>
<p>IRB Barcelona’s new platform uniquely integrates multiple core technologies encompassing spatial genomics, proteomics, histopathology, advanced microscopy, and bioinformatics into a seamless workflow designed to generate comprehensive spatially resolved molecular maps. This integrated approach not only enables rigorous sample processing and data acquisition but also incorporates sophisticated computational tools to interpret multilayered datasets. By combining these modalities, researchers can create detailed molecular atlases that reveal how distinct cell types and molecular states coalesce to maintain tissue homeostasis or drive disease progression.</p>
<p>The launch of this platform reflects IRB Barcelona’s longstanding commitment to pioneering technologies that push the boundaries of molecular biology. Over the last two decades, the institute has been a trailblazer in genomic microarrays and single-cell gene expression profiling from minimal samples, establishing itself as a reference center of excellence. Their prior innovations in proteomics, including advanced top-down analysis techniques, and the adoption of light-sheet microscopy for three-dimensional tissue imaging, have laid the foundation for this next leap forward into spatial biology.</p>
<p>This powerful platform facilitates detailed investigation of a wide array of diseases characterized by complex tissue architecture, including cancer, neurodegenerative disorders, cardiovascular ailments, and immune dysfunction. For instance, in oncology, spatial omics can elucidate the cellular heterogeneity within tumors, map the spatial distribution of resistant cell subpopulations, and unravel cellular interactions that influence tumor microenvironment and therapy response. Such spatially-informed molecular data are critical for understanding why certain therapies fail and for identifying novel, spatially targeted therapeutic interventions.</p>
<p>The uniqueness of IRB Barcelona’s initiative lies not only in its technological sophistication but also in its multidisciplinary and collaborative framework. By coordinating expertise from multiple core facilities, the platform delivers an end-to-end pipeline that spans from sample preparation to deep computational analysis. This holistic integration ensures scientific robustness, reproducibility, and the generation of high-resolution spatial datasets that can be cross-compared across studies and over time, accelerating discovery and translational applications.</p>
<p>Moreover, this platform serves as a national hub and a collaborative nexus, opening its infrastructure to the wider scientific community, including academic institutions, hospitals, and industry collaborators. Such open access fosters synergy, drives innovation, and broadens the impact of spatial omics technologies across Spain and internationally. It is envisaged that this initiative will significantly propel precision medicine, enabling patient-specific molecular diagnostics and the development of personalized therapeutic strategies grounded in spatial cellular biology.</p>
<p>A critical aspect of this platform is its integration of advanced computational methods. Spatial omics generates complex, multilayered data that requires novel bioinformatics algorithms to align and co-analyze transcriptomic, proteomic, and phenotypic information within spatial coordinates. IRB Barcelona’s bioinformatics teams are developing and implementing these sophisticated pipelines to construct multidimensional molecular landscapes of tissues. Such atlases not only enhance our understanding of tissue organization and function but also provide invaluable resources for hypothesis generation and mechanistic studies.</p>
<p>The platform is also a testament to successful collaborative funding efforts, having been supported by Spanish and Catalan governmental bodies, Next Generation funds, and prominent foundations such as the Spanish Association Against Cancer, La Caixa Foundation, and the BBVA Foundation. This financial backing underscores the importance and potential impact of spatial omics on public health and biomedical research.</p>
<p>Looking ahead, the integration of spatial omics with other emerging technologies such as single-cell multi-omics and advanced imaging modalities promises to unlock even deeper insights into cellular ecosystems. The ability to spatially resolve multiple biomolecular layers simultaneously will provide a holistic view of biological systems, bridging the gap between molecular detail and tissue physiology. This comprehensive understanding is essential to confront the complexities of human diseases and to develop innovative treatment paradigms.</p>
<p>By enabling researchers to ‘see biology in place’, IRB Barcelona’s Spatial Omics Platform is not merely an incremental technological upgrade but represents a paradigm shift in life sciences. It turns the metaphor of the body as a city into a tangible reality, where cells, genes, and proteins are mapped with neighborhood precision. This spatial perspective is critical for decoding cellular behavior within the rich tapestry of tissue architecture and microenvironmental influences, ultimately advancing both basic biology and precision medicine.</p>
<p>In sum, this pioneering facility positions IRB Barcelona at the forefront of spatial biology, empowering scientists to unlock the spatial dimension of molecular biology that has remained elusive until now. The resulting knowledge is expected to transform our approach to diagnosing, treating, and preventing diseases with unprecedented accuracy and specificity, heralding a new era in biomedical research.</p>
<hr />
<p><strong>Subject of Research</strong>: Spatial Omics, Spatial Transcriptomics, Spatial Proteomics, Integrated Molecular Profiling</p>
<p><strong>Article Title</strong>: IRB Barcelona Launches Spain’s First Integrated Spatial Omics Platform Revolutionizing Molecular Mapping in Tissues</p>
<p><strong>News Publication Date</strong>: 9 February 2026</p>
<p><strong>Image Credits</strong>: IRB Barcelona</p>
<p><strong>Keywords</strong>: Genomics, Proteomics, Microscopy, Cancer, Bioinformatics, Health and Medicine</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">135871</post-id>	</item>
	</channel>
</rss>
