tiledbsoma.CoordinateSpace¶
- class tiledbsoma.CoordinateSpace(axes)¶
A coordinate space for spatial data.
- Parameters:
axes – The axes of the coordinate system in order.
Lifecycle: experimental
Methods
__init__
(axes)Method generated by attrs for class CoordinateSpace.
count
(value)from_axis_names
(axis_names)index
(value, [start, [stop]])Raises ValueError if the value is not present.
Attributes
The names of the axes in order.