tiledbsoma.Scene.get_transform_to_geometry_dataframe¶
- Scene.get_transform_to_geometry_dataframe(key: str, subcollection: str | Sequence[str] = 'obsl') CoordinateTransform ¶
Returns the coordinate transformation from the scene to a requested geometery dataframe.
- 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 scene to the requested dataframe.
Lifecycle: experimental