Workflow cheat sheet#
I want to… |
Use |
Result |
|---|---|---|
Open a slide |
|
|
Use sample data |
|
|
Find tissue with image processing |
|
tissue shapes |
Find tissue with a model |
|
tissue shapes |
Create tiles |
|
tile shapes and specification |
Compute tissue properties |
|
columns on tissue shapes |
Build tile neighbors |
|
spatial graph metadata |
Segment cells |
|
cell shapes, optionally features |
Run semantic segmentation |
|
class shapes |
Extract tile embeddings |
|
feature table |
Predict from tile images |
|
columns on tile shapes |
Predict from embeddings |
|
prediction table |
Aggregate features |
|
data inside feature table |
Identify spatial domains |
|
columns on tile shapes |
Visualize tissue |
|
plot |
Visualize tile values |
|
plot |
Visualize spatial shapes |
|
plot |
Import annotations |
|
annotation shapes |
Export annotations |
|
GeoDataFrame or GeoJSON |
Score segmentation |
|
metric values |
Use the API reference for complete signatures and the How-To guides for decisions and failure modes.