tiledbsoma.Scene.get_transform_to_point_cloud_dataframe¶
- Scene.get_transform_to_point_cloud_dataframe(key: str, subcollection: str = 'obsl') CoordinateTransform ¶
Returns the coordinate transformation from the scene to a requested point cloud dataframe.
- 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