scirpy.util.DataHandler.set_obs

DataHandler.set_obs(key, value)

Store results in .obs of AnnData and MuData.

The result will be written to mdata.obs["{airr_mod}:{key}"] and to adata.obs[key].

Return type

None