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_joinid
and the scene names used in thespatial
collection. This dataframe must contain index columnssoma_joinid
andscene_id
. Thescene_id
column must have typestring
. The dataframe must contain aboolean
columnsoma_data
. The values ofsoma_data
areTrue
if the obssoma_joinid
is contained in the scenescene_id
andFalse
otherwise.