tiledbsoma.Scene.get_transform_from_geometry_dataframe¶
- Scene.get_transform_from_geometry_dataframe(key: str, subcollection: str | Sequence[str] = 'obsl') CoordinateTransform ¶
Returns the coordinate transformation from the requested geometry dataframe to the scene.
- Parameters:
key – The name of the geometry dataframe.
subcollection – The name, or sequence of names, of the subcollection the dataframe is stored in. Defaults to
'obsl'
.
- Returns:
Coordinate transform from the dataframe to the scene.
Lifecycle: experimental