Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions examples/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Examples

Worked examples showing `spatialdata-plot` on real spatial-omics datasets.
Use these to see how the API composes on data you'd actually analyse.
Worked examples on real datasets you'd actually analyse.

::::{grid} 1 2 2 2
:gutter: 3

:::{grid-item-card} Visium mouse brain
:link: visium_mouse_brain
:link-type: doc
:img-top: visium_mouse_brain.png

Render H&E tissue, overlay spots, color by gene expression and by cluster,
and finish with a publication-style figure.
:::

::::

```{toctree}
:hidden:
:maxdepth: 1

visium_mouse_brain
Expand Down
Binary file added examples/visium_mouse_brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/getting_started.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 16 additions & 3 deletions tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Tutorials

End-to-end workflows demonstrating `spatialdata-plot` on real spatial-omics
datasets. Each tutorial walks through loading a published dataset, layering
spatial elements, and styling a publication-ready figure.
Entry-point material for learning the API on synthetic data.

::::{grid} 1 2 2 2
:gutter: 3

:::{grid-item-card} Getting started
:link: getting_started
:link-type: doc
:img-top: getting_started.png

The fluent `.pl` API, layering, and styling on the in-memory `blobs`
dataset. Ideal first read.
:::

::::

```{toctree}
:hidden:
:maxdepth: 1

getting_started
Expand Down
Loading