grassp.tl.remodeling_score#
- remodeling_score(data_list, aligned_umap_key='X_aligned_umap', key_added='remodeling_score')[source]#
 Compute per-protein remodeling score from two aligned datasets.
The remodeling score is the Euclidean distance between a protein’s coordinates in two aligned UMAP embeddings.
- Parameters:
 - Return type:
 - Returns:
 list[AnnData] The same list with an added
.obs[key_added]column.