Skip to content
Merged
Binary file added_static/img/multichannel_images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -52,8 +52,8 @@ nbconvert = "*"
watermark = "*"

[tool.pixi.pypi-dependencies]
spatialdata-plot = { version = ">=0.4.1", extras = ["interactive"] }
squidpy = "*"
spatialdata-plot = { version = ">=0.4.2", extras = ["interactive"] }
squidpy = ">=1.8.2"

[tool.pixi.tasks]
kernel-install = 'python -m ipykernel install --user --name sdata-plot-tutorials --display-name "sdata-plot-tutorials"'
Expand Down
11 changes: 11 additions & 0 deletions tutorials/index.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -73,6 +73,16 @@ Draw circle elements as circles, hexagons, or squares with `shape=`, and
render Visium spots as a hex grid with `shape="visium_hex"`.
:::

:::{grid-item-card} Multichannel & fluorescence images
:link: /notebooks/tutorials/multichannel_images
:link-type: doc
:img-top: /notebooks/_static/img/multichannel_images.png

Render multiplexed and fluorescence images: select channels by name,
composite them with per-channel `palette` LUTs, fix heavy-tailed contrast
per channel, and label the composite with `channels_as_legend`.
:::

::::
<!-- gallery-cards-end -->

Expand All@@ -87,4 +97,5 @@ performance
as_points
scalebars
marker_shapes
multichannel_images
```
555 changes: 555 additions & 0 deletions tutorials/multichannel_images.ipynb

Large diffs are not rendered by default.

Loading