tiledbsoma.IdentityTransform

class tiledbsoma.IdentityTransform(input_axes: str | Sequence[str], output_axes: str | Sequence[str])

The identify transform from one coordinate space to another.

This transform only changes the name of the axes.

Parameters:
  • input_axes – The names of the axes for the input coordinate space.

  • output_axes – The names of the axes for the output coordinate space.

Lifecycle: experimental

__init__(input_axes: str | Sequence[str], output_axes: str | Sequence[str])

Methods

__init__(input_axes, output_axes)

Attributes

augmented_matrix

Returns the augmented affine matrix for the transformation.

input_axes

The names of the axes of the input coordinate space.

inverse_transform()

Returns the inverse coordinate transform.

mro()

Return a type's method resolution order.

output_axes

The names of the axes of the output coordinate space.

register(subclass)

Register a virtual subclass of an ABC.

scale

Returns the scale factor for the uniform scale transform.

scale_factors

Returns the scale factors as an one-dimensional numpy array.