We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a6d51 commit 3dc6816Copy full SHA for 3dc6816
1 file changed
stlearn/spatial/SME/sme_impute0.py
@@ -35,7 +35,7 @@ def SME_impute0(
35
weights : _WEIGHTING_MATRIX, default="weights_matrix_all"
36
Strategy for computing neighbor similarity weights:
37
- "weights_matrix_all": Combines spatial location (S) +
38
- morphological features (M) + gene expression correlation (E).
+ morphological features (M) + gene expression correlation (E).
39
- "weights_matrix_pd_gd": Physical distance + gene expression correlation only.
40
- "weights_matrix_pd_md": Physical distance + morphological features only.
41
- "weights_matrix_gd_md": Gene expression + morphological features only.
0 commit comments