Package supports all bio-imaging functionality provided by TileDB
Project description
TileDB-BioImaging
Python package for:
- converting images stored in popular Biomedical Imaging formats to groups of TileDB arrays (& vice versa)
- exposing an expressive and efficient API (powered by TileDB) for querying such data.
Features
Ingestion to TileDB Groups of Arrays
- OME-Zarr
- OME-Tiff
- Open-Slide
Export from TileDB-Bioimaging Arrays to:
- OME-Zarr
- OME-Tiff
Visualization Options
- TileDB Cloud includes a built-in, pyramidal multi-resolution viewer: log in to TileDB Cloud to see an example image preview here
- Napari: https://github.com/TileDB-Inc/napari-tiledb-bioimg
Quick Installation
-
From PyPI:
pip install 'tiledb-bioimg[full]' -
From source:
git clone https://github.com/TileDB-Inc/TileDB-BioImaging.git cd TileDB-BioImaging pip install -e '.[full]'
Examples
How to convert imaging data from standard biomedical formats to group of TileDB arrays.
OME-Zarr to TileDB Group of Arrays
from tiledb.bioimg.converters.ome_zarr import OMEZarrConverter
OMEZarrConverter.to_tiledb("path_to_ome_zarr_image", "tiledb_array_group_path")
OME-Tiff to TileDB Group of Arrays
from tiledb.bioimg.converters.ome_tiff import OMETiffConverter
OMETiffConverter.to_tiledb("path_to_ome_tiff_image", "tiledb_array_group_path")
Open Slide to TileDB Group of Arrays
from tiledb.bioimg.converters.openslide import OpenSlideConverter
OpenSlideConverter.to_tiledb("path_to_open_slide_image", "tiledb_array_group_path")
Documentation
API Documentation is auto-generated. Following the instructions below:
quartodoc build && quarto preview
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
tiledb_bioimg-0.3.10.tar.gz
(38.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tiledb_bioimg-0.3.10.tar.gz.
File metadata
- Download URL: tiledb_bioimg-0.3.10.tar.gz
- Upload date:
- Size: 38.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0f8dcf2263adb667be316aceeb140c93bcb44a42911be1e48aad7143969939f
|
|
| MD5 |
ece2e0e82f26408f75d75cbc623d8bd3
|
|
| BLAKE2b-256 |
ad21c5a18cbb61717f8932596815e69d922399b0c40522408af2888271ca9332
|
File details
Details for the file tiledb_bioimg-0.3.10-py3-none-any.whl.
File metadata
- Download URL: tiledb_bioimg-0.3.10-py3-none-any.whl
- Upload date:
- Size: 44.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ebcc117565fcf8064f179111f1438d305889f7ecf27415dadd4b23ae78b3f79
|
|
| MD5 |
bfa208af10302f75fb3149c1caa8fd93
|
|
| BLAKE2b-256 |
2bf4025fb564f0e5d005f6b89087047f92587a24e40b33e824c3d3e87707d07b
|