Hierarchical file format support for napari
Project description
napari-hierarchical
Hierarchical file format support for napari
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
You can install napari-hierarchical
via pip:
pip install "napari-hierarchical[all]"
To install latest development version :
pip install "git+https://github.com/BodenmillerGroup/napari-hierarchical.git#egg=napari-hierarchical[all]"
Usage
The plugin enables the reading, editing and writing of container formats. In the plugin, groups represent hierarchically structured collections of arrays. Each group can hold zero or more arrays and can have zero or more child groups (hierarchical structure). An array is a logical representation of (image) data on disk and directly corresponds to a napari layer when loaded.
Files can be opened through napari (e.g. File -> Open File(s)
menu, Viewer.open(...)
function), as the plugin implements napari's file reader hook. Upon opening a hierarchically structured file, the Groups and Arrays widgets are displayed. The Groups widget allows to browse and restructure the groups tree, while the Arrays widget groups arrays from the selected groups by file format-specific metadata (e.g. channel name for MCD files). Selecting arrays also selects the corresponding napari layers, allowing to adjust their properties.
Arrays can be loaded individually by toggling their loaded state (circular button), which will add napari layers for the corresponding arrays. Similarly, loaded arrays can be shown or hidden by toggling their visible state (eye button), which will toggle the visibility of the associated napari layers. The loaded/visible states of groups (collections of arrays) can be toggled in a similar fashion. Arrays are always loaded into memory (no memory mapping), to allow for editing the tree structure. Loaded root groups can be exported to supported hierarchical file formats.
Currently, reading/writing of HDF5 and Zarr (not: OME-NGFF) files are supported out of the box, as well as reading imaging mass cytometry (IMC) data (i.e., MCD files). For these file formats, sample data is available through the plugin. Additional readers/writers can be implemented using a pluggy-based interface, similar to the first generation napari-plugin-engine
.
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 MIT license, "napari-hierarchical" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file napari-hierarchical-0.1.0.tar.gz
.
File metadata
- Download URL: napari-hierarchical-0.1.0.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edd4dd75e6abe038a0a4c2b35da374779c313674750bb4d21932d6fe5ed3bc02 |
|
MD5 | 498c841ec0ab2ac3426f5be1a6a38f97 |
|
BLAKE2b-256 | 70f6f871d72a955dee2d8e50dd20e5c6bfeb17852ced794b7c71db98c7bdf4c8 |
File details
Details for the file napari_hierarchical-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: napari_hierarchical-0.1.0-py3-none-any.whl
- Upload date:
- Size: 47.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c250ca689ad2ec92b553339af717f57d28f322effbf1eb509e8c087bfee76357 |
|
MD5 | 780945758245a74189473cfbf65f2235 |
|
BLAKE2b-256 | fcb0c43145eed819234b0a6421e9bb669aba077e983d73078edf7c4c3c8bfc24 |