anndict.AdataDict.set_obs_index# AdataDict.set_obs_index(column)[source]# Set the index of adata.obs to the specified column for each AnnData object in adata_dict. Parameters: adata_dict AdataDictAn AdataDict. column strThe column name to set as the index of adata.obs. Return type: AdataDict Returns: An AdataDict with the same structure as adata_dict, where the .obs attribute of each AnnData object has its index set to the specified column.