tiledbsoma.Scene.get_transform_from_point_cloud_dataframe¶
- Scene.get_transform_from_point_cloud_dataframe(key: str, subcollection: str = 'obsl') CoordinateTransform ¶
Returns the coordinate transformation from the requested point cloud dataframe to the scene.
- Parameters:
key – The name of the point cloud 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 point cloud dataframe.
Lifecycle: experimental