tiledbsoma.Axis

class tiledbsoma.Axis(name: str, unit: str | None = None)

A description of an axis of a coordinate system

Lifecycle: experimental

__init__(name: str, unit: str | None = None) None

Method generated by attrs for class Axis.

Methods

__init__(name[, unit])

Method generated by attrs for class Axis.

Attributes

name

Name of the axis.

unit

Optional string name for the units of the axis.