Closed davehorsfall closed 1 year ago
Haven't really found a solution using the suggested variable
or group
filtering. Can't find what's an appropriate input.
In 92f4c1a changed the image loading to dask_image.imread
though it doesn't load band metadata as xarray.open_dataarray
does with rioxarray
. Instead getting image axes with tifffile
which might not generalize very well as it's hard to tell whether dims/axes named like "sample"
or "sequence"
(found in Visium and Xenium sample datasets) are equivalent to a channel or z. Currently setting them as channels. But other axes names might come up from other formats.
Writing to SpatialData fails when trying to processes the Visium CytAssist sample. Error message shown below.