Paper List
-
Ill-Conditioning in Dictionary-Based Dynamic-Equation Learning: A Systems Biology Case Study
This paper addresses the critical challenge of numerical ill-conditioning and multicollinearity in library-based sparse regression methods (e.g., SIND...
-
Hybrid eTFCE–GRF: Exact Cluster-Size Retrieval with Analytical pp-Values for Voxel-Based Morphometry
This paper addresses the computational bottleneck in voxel-based neuroimaging analysis by providing a method that delivers exact cluster-size retrieva...
-
abx_amr_simulator: A simulation environment for antibiotic prescribing policy optimization under antimicrobial resistance
This paper addresses the critical challenge of quantitatively evaluating antibiotic prescribing policies under realistic uncertainty and partial obser...
-
PesTwin: a biology-informed Digital Twin for enabling precision farming
This paper addresses the critical bottleneck in precision agriculture: the inability to accurately forecast pest outbreaks in real-time, leading to su...
-
Equivariant Asynchronous Diffusion: An Adaptive Denoising Schedule for Accelerated Molecular Conformation Generation
This paper addresses the core challenge of generating physically plausible 3D molecular structures by bridging the gap between autoregressive methods ...
-
Omics Data Discovery Agents
This paper addresses the core challenge of making published omics data computationally reusable by automating the extraction, quantification, and inte...
-
Single-cell directional sensing at ultra-low chemoattractant concentrations from extreme first-passage events
This work addresses the core challenge of how a cell can rapidly and accurately determine the direction of a chemoattractant source when the signal is...
-
SDSR: A Spectral Divide-and-Conquer Approach for Species Tree Reconstruction
This paper addresses the computational bottleneck in reconstructing species trees from thousands of species and multiple genes by introducing a scalab...
使用QuPath和OMERO进行全切片和显微镜图像分析
Institute of Genetics and Cancer, University of Edinburgh, Edinburgh, EH4 2XU, UK
30秒速读
IN SHORT: 使QuPath能够直接分析存储在OMERO服务器中的图像而无需下载整个数据集,克服了大规模研究的本地存储限制。
核心创新
- Methodology Developed a new QuPath extension from scratch with three pixel access APIs (web, Ice, pixel data microservice) for flexible server compatibility
- Methodology Implemented unit testing with automated Docker container creation for OMERO server connections, ensuring software reliability
- Methodology Designed modular architecture separating core logic (headless operation) from GUI components, improving maintainability and scriptability
主要结论
- 自2024年2月以来,该扩展已被下载29,727次,显示了广泛的采用和活跃的用户社区。
- 支持高达20 GB未压缩的全切片图像(120,000 x 60,000像素)以及具有数十个16位/32位通道的荧光多重图像。
- 通过OMERO集成,能够访问包含超过400 TB已发布成像数据的IDR存储库。
摘要: QuPath是用于生物图像分析的开源软件。作为一个灵活且易于安装的桌面应用程序,QuPath被全球实验室用于可视化和分析大型复杂图像。然而,仅依赖存储在本地文件系统上的图像限制了QuPath在更大规模研究中的应用。本文描述了一个新的扩展,使QuPath能够从OMERO服务器访问像素和元数据。这通过允许软件高效处理远程存储的图像来增强其功能,同时也为希望将QuPath连接到其他图像管理系统的开发人员提供了模板。