tiledbsoma.Experiment.obs_spatial_presence¶
- Experiment.obs_spatial_presence¶
A dataframe that stores the presence of obs in the spatial scenes.
This provides a join table for the obs
soma_joinidand the scene names used in thespatialcollection. This dataframe must contain index columnssoma_joinidandscene_id. Thescene_idcolumn must have typestring. The dataframe must contain abooleancolumnsoma_data. The values ofsoma_dataareTrueif the obssoma_joinidis contained in the scenescene_idandFalseotherwise.