tiledbsoma.Scene.get_transform_to_multiscale_image¶
- Scene.get_transform_to_multiscale_image(key: str, subcollection: str = 'img', *, level: str | int | None = None) CoordinateTransform¶
Returns the coordinate transformation from the scene to a requested multiscale image.
- 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 to. Defaults to
None– the transformation will be to the reference level.
- Returns:
Coordinate transform from the scene to the requested multiscale image.
Lifecycle: experimental