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_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
columndata
. The values ofdata
areTrue
if the var with varidsoma_joinid
is contained in scene with namescene_id
andFalse
otherwise.