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

Commit 4db1c4c

Browse files
rewording on the xenium tutorial
1 parent cfb5957 commit 4db1c4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/10x_tutorials/xenium/xenium_tuto.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"This notebook demonstrates how the [`spatialdata_xenium_explorer`](https://github.com/quentinblampey/spatialdata_xenium_explorer) library bridges Xenium Explorer and the [`spatialdata`](https://spatialdata.scverse.org/en/latest/) library.\n",
88
"\n",
9-
"Whether analyzing Xenium using `spatialdata` or in the Xenium Explorer, `spatialdata_xenium_explorer` ensures a fluid interchange of insights, allowing for easy navigation between analysis and visualization.\n",
9+
"Whether analyzing Xenium data using the Xenium Explorer or building your analysis by making use of the `spatialdata` framework, `spatialdata_xenium_explorer` ensures a fluid interchange of insights between analysis and visualization.\n",
1010
"\n",
1111
"## Table of content\n",
1212
"\n",
@@ -155,7 +155,7 @@
155155
"\n",
156156
"<img src=\"assets/alignment_3.png\" alt=\"image\" width=\"800\" height=\"auto\">\n",
157157
"\n",
158-
"Afterwards, the H&E image is aligned, and you can now superpose your cells:\n",
158+
"Now follow the alignment wizard guided by the the Xenium Explorer interface. Afterwards, the H&E image is aligned, and you can now superpose your cells:\n",
159159
"\n",
160160
"<img src=\"assets/alignment_4.png\" alt=\"image\" width=\"800\" height=\"auto\">"
161161
]
@@ -350,7 +350,7 @@
350350
"\n",
351351
"More generally, you can add new cell categories, i.e. a column of `sdata.table.obs`, and the Xenium Explorer will show it after the instructions below.\n",
352352
"\n",
353-
"> Note that we only display categorical columns. If a column from `sdata.table.obs` contains continuous numerical values (e.g., `3.13, 7.89, ...`), it will not be transformed into a categorical variable, and therefore not shown in the Xenium Explorer. In this case, we recommend using the [`spatiadata_plot`](https://spatialdata.scverse.org/projects/plot/en/latest/index.html) static plotting library."
353+
"> Note that we only display categorical columns. If a column from `sdata.table.obs` contains continuous numerical values (e.g., `3.13, 7.89, ...`), it will not be transformed into a categorical variable, and therefore not shown in the Xenium Explorer. In this case, we recommend using the [`spatiadata_plot`](https://spatialdata.scverse.org/projects/plot/en/latest/index.html) static plotting library or the [napari_spatialdata](https://github.com/scverse/napari-spatialdata) interactive plotting library."
354354
]
355355
},
356356
{

0 commit comments

Comments
 (0)