Published April 23, 2025 | Version v1
Image Open

Zebrafish Genotype Image Dataset

  • 1. ROR icon University of Würzburg
  • 2. EDMO icon University Würzburg

Contributors

Data collector:

Data curator:

  • 1. EDMO icon University Würzburg

Description

Zebrafish Genotype Image Dataset (.npz format)

This dataset contains color brightfield microscopy images of zebrafish used in the study:

“Genotype-Phenotype Relationships in Zebrafish Hypophosphatasia: An AI-Based Approach”.

 

File Contents

The .npz archive contains:

  • images: NumPy array of shape (N, H, W, C) – RGB images

  • labels: Integer labels (0 = wildtype, 1 = heterozygous, 2 = homozygous)

  • filenames: Original PNG filenames (for traceability)

 

Usage

To load the data in Python:

import numpy as np

data = np.load("zebrafish_dataset.npz", allow_pickle=True)

images = data["images"]
labels = data["labels"]
filenames = data["filenames"]

 

Citation

Please cite the associated publication:

Hark, et al. (2025). Genotype-Phenotype Relationships in Zebrafish Hypophosphatasia: An AI-Based Approach. University of Würzburg.

Files

Files (423.1 MB)

Name Size Download all
md5:269c0cebd5d2078b62bf3e7f6939b530
423.1 MB Download

Additional details

Funding

Deutsche Forschungsgemeinschaft
Detailed analysis of established zebrafish models to identify new potential therapies for the hereditary disease hypophosphatasia. 397519724

Software

Repository URL
https://github.com/simonzrln/zebrafish_paper
Programming language
Python
Development Status
Unsupported