load_dataset
Load an existing TreeData file (.h5td or .h5ad) into your session, returning a dataset ID handle and summary of contents for further analysis.
Instructions
Load a TreeData file (.h5td, or legacy .h5ad) into the session.
Use this for existing datasets that already contain trees, expression, and/or a character matrix. Returns a dataset_id handle plus a summary of contents.
Args: path: Absolute path to a .h5td/.h5ad file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n_obs | Yes | Number of observations (cells/leaves). | |
| trees | No | Keys in tdata.obst. | |
| layers | No | ||
| n_vars | Yes | Number of variables (e.g. genes). | |
| source | No | Origin path or generator. | |
| uns_keys | No | ||
| obsm_keys | No | ||
| dataset_id | Yes | ||
| obs_columns | No |