Synchronization#
Functionality to synchronize the dataset with the accompanying metadata.
This function is used to synchronize the unstructured metadata with the underlying data. |
|
This function synchronizes the dataset by selecting the present sample_IDs in adata.obs["sample_ID"] and subsetting the metadata stored in adata.uns["metadata"] accordingly. |
|
This function synchronizes the dataset by selecting the present sample_IDs in adata.uns["metadata"] and subsetting the dataset accordingly. |