Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 6694de3

Browse files
docstrings improvement
1 parent d84b956 commit 6694de3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spatialdata_xenium_explorer/converter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def write(
4343
Args:
4444
path: Path to the directory where files will be saved.
4545
sdata: SpatialData object.
46-
image_key: Name of the image or interest.
47-
shapes_key: Name of the cell shapes.
46+
image_key: Name of the image of interest (key of `sdata.images`).
47+
shapes_key: Name of the cell shapes (key of `sdata.shapes`).
4848
points_key: Name of the transcripts (key of `sdata.points`).
4949
gene_column: Column name of the points dataframe containing the gene names.
5050
layer: Layer of `sdata.table` where the gene counts are saved. If `None`, uses `sdata.table.X`.

0 commit comments

Comments
 (0)