Build, Write, and Read AnnDictionaries#
Build#
This module contains the functions necessary to build AdataDict objects from adata in memory.
|
Build a dictionary of |
Add Stratification#
This module contains the function to add a stratification to an existing AdataDict
.
|
Split each value of an AnnData dictionary into further subsets based on additional desired strata. |
Write#
This module contains the functions write AdataDict objects to disk.
|
Save each |
Read#
This module contains the functions necessary to read AdataDict
objects from adata on disk.
|
Read an |
|
Read |
Concatenate#
Concatenate AdataDict
back to a single AnnData
|
Concatenate all AnnData objects in adata_dict into a single AnnData object. |