Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 71c934c

Browse files
minimal README
1 parent 2a8f2bc commit 71c934c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# spatialdata_xenium_explorer
1+
# Spatialdata to Xenium Explorer
22
Converting any SpatialData object into files that can be open by the Xenium Explorer
33

44
## Installation
@@ -10,7 +10,11 @@ This repository is currently in development. You can still test it out, but you
1010
## Usage
1111

1212
```python
13+
import spatialdata
1314
import spatialdata_xenium_explorer
1415

16+
sdata = spatialdata.read_zarr("...")
17+
image_key = "..." # The name of the MultiscaleSpatialImage to be exported
18+
1519
spatialdata_xenium_explorer.write("/path/to/directory", sdata, image_key)
1620
```

0 commit comments

Comments
 (0)