tiledbsoma.Scene.get_transform_from_multiscale_image¶
- Scene.get_transform_from_multiscale_image(key: str, subcollection: str = 'img', *, level: str | int | None = None) CoordinateTransform ¶
Returns the coordinate transformation from the requested multiscale image to the scene.
- Parameters:
key – The name of the multiscale image.
subcollection – The name, or sequence of names, of the subcollection the dataframe is stored in. Defaults to
'img'
.level – The level of the image to get the transformation from. Defaults to
None
– the transformation will be to the reference level.
- Returns:
Coordinate transform from the multiscale image to the scene.
Lifecycle: experimental