File tree Expand file tree Collapse file tree 4 files changed +3
-257
lines changed Expand file tree Collapse file tree 4 files changed +3
-257
lines changed Original file line number Diff line number Diff line change 18
18
maximize : false
19
19
references :
20
20
doi : 10.1201/9780429485572
21
- - name : ks_statistic_celltype_interaction
22
- label : Celltype interaction
23
- summary : KS statistic of the celltype interaction
24
- description : |
25
- The Kolmogorov-Smirnov statistic comparing the Celltype interaction in the real datasets versus the Celltype interaction in the simulated datasets.
26
- min : -Inf
27
- max : +Inf
28
- maximize : false
29
- references :
30
- doi : 10.1201/9780429485572
31
21
- name : ks_statistic_nn_correlation
32
22
label : Library size
33
23
summary : KS statistic of the library size.
Original file line number Diff line number Diff line change @@ -131,10 +131,7 @@ ks_statistic_L_stats <- try_kde_test(
131
131
x1 = as.numeric(real_scfeatures_result $ L_stats ),
132
132
x2 = as.numeric(sim_scfeatures_result $ L_stats )
133
133
)
134
- ks_statistic_celltype_interaction <- try_kde_test(
135
- x1 = as.numeric(real_scfeatures_result $ celltype_interaction ),
136
- x2 = as.numeric(sim_scfeatures_result $ celltype_interaction )
137
- )
134
+
138
135
ks_statistic_nn_correlation <- try_kde_test(
139
136
x1 = as.numeric(real_scfeatures_result $ nn_correlation ),
140
137
x2 = as.numeric(sim_scfeatures_result $ nn_correlation )
@@ -147,14 +144,14 @@ ks_statistic_morans_I <- try_kde_test(
147
144
cat(" Combining metric values\n " )
148
145
uns_metric_ids <- c(
149
146
" ks_statistic_L_stats" ,
150
- " ks_statistic_celltype_interaction " ,
147
+
151
148
" ks_statistic_nn_correlation" ,
152
149
" ks_statistic_morans_I"
153
150
)
154
151
155
152
uns_metric_values <- c(
156
153
ks_statistic_L_stats $ zstat ,
157
- ks_statistic_celltype_interaction $ zstat ,
154
+
158
155
ks_statistic_nn_correlation $ zstat ,
159
156
ks_statistic_morans_I $ zstat
160
157
)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments