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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ and this project adheres to [Semantic Versioning][].
SpatialData zarr stores, optionally with aligned H&E images, tissue
segmentation, and Visium-like pseudo-spots; download a Xenium study's raw
assets from a `curl -O <url>` manifest.
- `spatialrefinery.segmentation`: nucleus segmentation on H&E whole-slide
images via InstanSeg (`instanseg`), and export of the resulting boundaries
as a SpatialData zarr store carrying the slide image, the nucleus polygons,
and a table over a template gene panel (`to_spatialdata`). Needs the
optional `segmentation` extra. The store is named for the slide's stem, so
`slide.ome.tif` yields `slide.zarr`.
- Tutorial notebook for the segmentation pipeline, taking an OME-TIFF through
segmentation to a written SpatialData zarr.
1 change: 0 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ extra -- see [Installation](installation.md).
:nosignatures:

geojson_to_spatialdata
default_zarr_path
```

:::{note}
Expand Down