load_anndata¶
- load_anndata(context_id, hgnc_renaming=False)[source]¶
Load data from given context as
AnnData
.- Parameters:
context_id (
str
) – Identifier of the context.hgnc_renaming (
bool
) – Whether to apply HNC renaming.
- Return type:
AnnData
- Returns:
AnnData object of the corresponding context.
- Raises:
ValueError – If given context is not registered.