diff --git a/docs/cap_anndata_schema.md b/docs/cap_anndata_schema.md index ddd9cd0..b5c9b0c 100644 --- a/docs/cap_anndata_schema.md +++ b/docs/cap_anndata_schema.md @@ -1370,12 +1370,12 @@ Key-value pair in the `uns` dictionary Python dictionary within the `uns` dictionary, with the key the string `[cellannotation_setname]` -#### [cellannotation_setname]--metadata +#### cellannotation_metadata
key | -[cellannotation_set]--metadata |
+ [cellannotation_setname] |
type | @@ -1395,7 +1395,7 @@ Python dictionary within the `uns` dictionary, with the key the string `[cellann||
example | -'{[cellannotation_set]--metadata:{'annotation_method':'algorithmic'...}}' |
+ '{'cell_type': {'annotation_method':'algorithmic', ...}}' |