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
{{ message }}
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Converting any [`SpatialData`](https://github.com/scverse/spatialdata) object into files that can be open by the [Xenium Explorer](https://www.10xgenomics.com/support/software/xenium-explorer).
3
4
4
5
> *Xenium Explorer* is a registered trademark of 10x Genomics
5
6
6
7
## Installation
7
8
8
-
This package is currently in development. You can test it out, but you may experience some issues.
You can use our [CLI](TODO) or [API](TODO), see examples below. It will create up to 6 files, among which a file called `experiment.xenium`. Double-click on this file to open it on the [Xenium Explorer](https://www.10xgenomics.com/support/software/xenium-explorer/downloads) (make sure you have the latest version of the software).
For more details about the arguments, see the [function docstrings](https://github.com/quentinblampey/spatialdata_xenium_explorer/blob/master/spatialdata_xenium_explorer/converter.py#L29).
24
-
25
-
This will create up to 6 files, among which a file called `experiment.xenium`. Double-click on this file to open it on the [Xenium Explorer](https://www.10xgenomics.com/support/software/xenium-explorer/downloads) (make sure you have the latest version of the software).
26
-
27
34
## Future improvements and contributions
28
35
29
-
Contributions are welcome. Some of the most urgent features to be added:
30
-
31
-
- Support all types of images (not just `MultiscaleSpatialImage`)
32
-
- Better user experience (less arguments)
33
-
- Write `.tif` image without loading the spatial image in memory
34
-
- Write transcripts without computing the whole coordinates
36
+
This package is still in early development. Contributions are welcome (new issues, pull requests, ...).
0 commit comments