netmap.utils.data_utils.merge_all_to_obs¶
- netmap.utils.data_utils.merge_all_to_obs(target_adata, source_adata, replace=True)¶
Takes all variables from source_adata and appends them as columns to target_adata.obs for easy plotting.
Takes all variables from source_adata and appends them as columns to target_adata.obs for easy plotting.