You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to read some Xenium data using the spatialdata_io library, following the steps in the tutorial here. However, I encountered an issue at the step where I am supposed to write the Xenium data as Zarr files. The error message suggests that there is no function called xenium.write()
Here is the line that throws the error:
I have already executed the from spatialdata_io import xenium step. Could you please help me understand why this is happening or if I need to call a different function?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to read some Xenium data using the spatialdata_io library, following the steps in the tutorial here. However, I encountered an issue at the step where I am supposed to write the Xenium data as Zarr files. The error message suggests that there is no function called xenium.write()
Here is the line that throws the error:
I have already executed the from spatialdata_io import xenium step. Could you please help me understand why this is happening or if I need to call a different function?
Thanks !
The text was updated successfully, but these errors were encountered: