Skip to content

Initialize ImageContainer object using dask array #369

@morriso1

Description

@morriso1

Hi squidpy team,

I am just starting to try out squidpy and looks it really useful! I was wondering if it is currently possible to construct an ImageContainer object using a dask array?

I have 4i data of example shape (3, 10, 32, 1152, 2048, 2048), where the dimensions are: (channel, round of staining, well, position, y, x). Using dask, I have tiled to generate data of shape (10, 32, 3, 12288, 12288), where the dimensions are then: (round of staining, well, channel, y, x).

How would it be best to construct an ImageContainer object from this data?

Thanks for your help! Any advice would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions