File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11__merge__ : ../../api/comp_method.yaml
22name : rpca_to_goal
3- status : disabled
3+ # status: disabled
44label : Seurat RPCA (to-goal)
55summary : " Batch integrate data to a goal batch using mutual nearest neighbors identified via Seurat reciprocal PCA."
66description : |
Original file line number Diff line number Diff line change 11__merge__ : ../../api/comp_method.yaml
22name : rpca_to_mid
3- status : disabled
3+ # status: disabled
44label : Seurat RPCA (to-middle)
55summary : " Batch integrate data to a midpoint using mutual nearest neighbors identified via Seurat reciprocal PCA."
66description : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies:
109109 - name : methods/rpca_to_goal
110110 - name : methods/rpca_to_mid
111111 - name : metrics/emd
112- # - name: metrics/n_inconsistent_peaks
112+ - name : metrics/n_inconsistent_peaks
113113 - name : metrics/average_batch_r2
114114 - name : metrics/flowsom_mapping_similarity
115115 - name : metrics/cms
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ methods = [
4040// construct list of metrics
4141metrics = [
4242 emd,
43- // n_inconsistent_peaks,
43+ n_inconsistent_peaks,
4444 average_batch_r2,
4545 flowsom_mapping_similarity,
4646 cms,
You can’t perform that action at this time.
0 commit comments