tiledbsoma.CoordinateSpace

class tiledbsoma.CoordinateSpace(axes)

A coordinate space for spatial data.

Parameters:

axes – The axes of the coordinate system in order.

Lifecycle: experimental

__init__(axes) None

Method generated by attrs for class CoordinateSpace.

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

axes

axis_names

The names of the axes in order.