-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
Description
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.