Paper List
-
SpikGPT: A High-Accuracy and Interpretable Spiking Attention Framework for Single-Cell Annotation
This paper addresses the core challenge of robust single-cell annotation across heterogeneous datasets with batch effects and the critical need to ide...
-
Unlocking hidden biomolecular conformational landscapes in diffusion models at inference time
This paper addresses the core challenge of efficiently and accurately sampling the conformational landscape of biomolecules from diffusion-based struc...
-
Personalized optimization of pediatric HD-tDCS for dose consistency and target engagement
This paper addresses the critical limitation of one-size-fits-all HD-tDCS protocols in pediatric populations by developing a personalized optimization...
-
Realistic Transition Paths for Large Biomolecular Systems: A Langevin Bridge Approach
This paper addresses the core challenge of generating physically realistic and computationally efficient transition paths between distinct protein con...
-
Consistent Synthetic Sequences Unlock Structural Diversity in Fully Atomistic De Novo Protein Design
This paper addresses the core pain point of low sequence-structure alignment in existing synthetic datasets (e.g., AFDB), which severely limits the pe...
-
MoRSAIK: Sequence Motif Reactor Simulation, Analysis and Inference Kit in Python
This work addresses the computational bottleneck in simulating prebiotic RNA reactor dynamics by developing a Python package that tracks sequence moti...
-
On the Approximation of Phylogenetic Distance Functions by Artificial Neural Networks
This paper addresses the core challenge of developing computationally efficient and scalable neural network architectures that can learn accurate phyl...
-
EcoCast: A Spatio-Temporal Model for Continual Biodiversity and Climate Risk Forecasting
This paper addresses the critical bottleneck in conservation: the lack of timely, high-resolution, near-term forecasts of species distribution shifts ...
使用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连接到其他图像管理系统的开发人员提供了模板。