You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.rst
-54Lines changed: 0 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,36 +31,6 @@ Factorization
31
31
:returns: The input AnnData object with added RISE decomposition results in X.uns["Pf2_weights"], X.uns["Pf2_A"], X.uns["Pf2_B"], X.varm["Pf2_C"], X.obsm["projections"], X.obsm["weighted_projections"], and X.obsm["X_pf2_PaCMAP"]
Calculate Factor Match Score (FMS) between two RISE decompositions.
248
-
249
-
Factor Match Score measures the similarity between two tensor decompositions by comparing their factor matrices. Values range from 0 (no similarity) to 1 (identical factors).
250
-
251
-
:param A: First AnnData object with RISE decomposition results.
252
-
:type A: anndata.AnnData
253
-
:param B: Second AnnData object with RISE decomposition results.
254
-
:type B: anndata.AnnData
255
-
:returns: Factor Match Score between 0 and 1. Higher values indicate more similar decompositions.
256
-
:rtype: float
257
-
258
-
.. note::
259
-
This function uses tlviz.factor_tools.factor_match_score with weights consideration disabled and skipping the condition mode for stability assessment.
0 commit comments