ckmah / bento-tools

A Python toolkit for subcellular analysis of spatial transcriptomics data
https://bento-tools.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
56 stars 6 forks source link

incorrect mapping between points and shapes in point_features() #129

Closed ckmah closed 2 months ago

ckmah commented 3 months ago

Retrieving mapped shapes to points mistakenly uses shapes DataFrame index instead of instance_key column value. Addressed in d80290a9b13bf0690a8f52cf7b9c81c1c649ccb8. Needs test cases.

ckmah commented 2 months ago

fixed in #133