napari OME-Zarr Navigator

napari-ome-zarr-navigator

A plugin to browse OME-Zarr plates by conditions and load images, labels and features from ROIs

Workflow step:
Visualization

License BSD-3 PyPI Python Version tests codecov napari hub

A plugin to browse OME-Zarr plates by conditions and load images, labels and features from ROIs

Usage

The ImageBrowser recognizes OME-Zarr plates that were loaded via napari-ome-zarr and allows the selection of wells in the multiwell plate.

navigator_1

The ImageBrowser allows to zoom to a given well ("Go to well") & puts a white bounding box around the selected well.

navigator_2

Using prototype condition tables (to be defined better, see sample data provided by the plugin orthe example in the test data below), the ImageBrowser allows for selecting subsets of the well list based on conditions defined in the condition table. The operetta-compose Fractal task package provides a task to create such condition tables.

navigator_3

The ROI loader (formerly available separately as a napari plugin) can be used standalone or integrated with the ImageBrowser. If a well is selected from the ImageBrowser, all the images in that well can be loaded via the ROI loader. This supports:

  • Loading images from different multiplexing acquisitions
  • Loading any ROI based on Fractal ROI tables
  • Loading label images
  • Loading feature measurements (based on Fractal feature tables in the AnnData format)

This approach of loading label images and feature data has been optimized for and tested with the napari feature classifier.

navigator_4

This plugin is meant to work well for OME-Zarr files generated by Fractal.


Test data

Test data is available at https://zenodo.org/records/11262587

Installation

You can install napari-ome-zarr-navigator via pip:

pip install napari-ome-zarr-navigator

To install latest development version :

pip install git+https://github.com/fractal-analytics-platform/napari-ome-zarr-navigator.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-ome-zarr-navigator" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Version:

  • 0.0.1

Last updated:

  • 19 July 2024

First released:

  • 19 July 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 5
  • Forks: 0
  • Issues + PRs: 4

Python versions supported:

Operating system:

Requirements:

  • numpy
  • magicgui
  • qtpy
  • scikit-image
  • fractal-tasks-core==1.0.2
  • napari-ome-zarr
  • ome-zarr
  • wget