Skip to content
Open
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
Binary file added _static/img/point_density.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ Draw regions of interest directly on a `spatialdata-plot` canvas with
`sdata.pl.annotate(...)` and persist them as a `ShapesModel` element.
:::

:::{grid-item-card} Point density maps
:link: /notebooks/examples/point_density
:link-type: doc
:img-top: /notebooks/_static/img/point_density.png

Turn tens of millions of Xenium transcripts into a readable density
heatmap with `render_points(density=True)`, reshape it with `density_how`,
and draw a separate density per gene.
:::

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

Expand All @@ -33,4 +43,5 @@ Draw regions of interest directly on a `spatialdata-plot` canvas with

visium_mouse_brain
interactive_annotate
point_density
```
452 changes: 452 additions & 0 deletions examples/point_density.ipynb

Large diffs are not rendered by default.

Loading