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: src/metrics/downstream/config.vsh.yaml
+16-16
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ name: downstream
5
5
info:
6
6
metrics:
7
7
- name: clustering_ari
8
-
label: clustering_ari
9
-
summary: ARI
8
+
label: ARI
9
+
summary: Adjusted rand index (ARI) measures the similarity between two clusters in real and simulated datasets.
10
10
description: |
11
11
Adjusted Rand Index used in spatial clustering to measure the similarity between two data clusterings, adjusted for chance.
12
12
references:
@@ -18,8 +18,8 @@ info:
18
18
max: +Inf
19
19
maximize: true
20
20
- name: clustering_nmi
21
-
label: clustering_nmi
22
-
summary: NMI
21
+
label: NMI
22
+
summary: Normalized mutual information (NMI) measures of the mutual dependence between the real and simulated spatial clusters.
23
23
description: |
24
24
Normalized Mutual Information used in spatial clustering to measure the agreement between two different clusterings, scaled to [0, 1].
25
25
references:
@@ -31,8 +31,8 @@ info:
31
31
max: 1
32
32
maximize: true
33
33
- name: svg_recall
34
-
label: svg_recall
35
-
summary: Recall
34
+
label: recall
35
+
summary: Recall measures the proportion of real SVG correctly identified in the simulated dataset.
36
36
description: |
37
37
Recall used in identifying spatial variable genes, measuring the true positive rate.
38
38
references:
@@ -41,8 +41,8 @@ info:
41
41
max: 1
42
42
maximize: true
43
43
- name: svg_precision
44
-
label: svg_precision
45
-
summary: Precision (Spatial Variable Gene)
44
+
label: precision
45
+
summary: Precision measures the proportion of correctly identified items in simulated datasets.
46
46
description: |
47
47
Precision used in identifying spatial variable genes, measuring the accuracy of positive predictions.
48
48
references:
@@ -51,8 +51,8 @@ info:
51
51
max: 1
52
52
maximize: true
53
53
- name: ctdeconvolute_rmse
54
-
label: ctdeconvolute_rmse
55
-
summary: RMSE
54
+
label: RMSE
55
+
summary: Root Mean Square deviation is calculated between the true and predicted proportion of per cell type.
56
56
description: |
57
57
Root Mean Squared Error used in cell type deconvolution to measure the difference between observed and predicted values.
58
58
references:
@@ -64,8 +64,8 @@ info:
64
64
max: +Inf
65
65
maximize: false
66
66
- name: ctdeconcolute_jsd
67
-
label: ctdeconcolute_jsd
68
-
summary: JSD
67
+
label: JSD
68
+
summary: Jensen-Shannon divergence (JSD) is calculated between the true and predicted proportion per cell type in all spots.
69
69
description: |
70
70
Jensen-Shannon Divergence used in cell type deconvolution to measure the similarity between two probability distributions.
71
71
references:
@@ -77,8 +77,8 @@ info:
77
77
max: 1
78
78
maximize: false
79
79
- name: crosscor_mantel
80
-
label: crosscor_mantel
81
-
summary: Mantel Statistic
80
+
label: mantel_stat
81
+
summary: Mantel statistic is the test statistic for the Mantel test, which is a correlation coefficient calculated between bivariate Moran’s I of real dataset and that of in simulation dataset.
82
82
description: |
83
83
Mantel statistic used in spatial cross-correlation to test the correlation between two distance matrices.
84
84
references:
@@ -90,8 +90,8 @@ info:
90
90
max: 1
91
91
maximize: true
92
92
- name: crosscor_cosine
93
-
label: crosscor_cosine
94
-
summary: Cosine Similarity
93
+
label: cosine
94
+
summary: Cosine similarity measures similarity between bivariate Moran’s I of real dataset and that of in simulation dataset.
95
95
description: |
96
96
Cosine similarity used in spatial cross-correlation to measure the cosine of the angle between two non-zero vectors.
0 commit comments