tiledbsoma.Measurement.var_spatial_presence¶
- Measurement.var_spatial_presence¶
 A dataframe that stores the presence of var in the spatial scenes.
This provides a join table for the var
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 abooleancolumndata. The values ofdataareTrueif the var with varidsoma_joinidis contained in scene with namescene_idandFalseotherwise.