-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmethod_info.json
More file actions
194 lines (194 loc) · 13.9 KB
/
method_info.json
File metadata and controls
194 lines (194 loc) · 13.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
[
{
"task_id": "control_methods",
"method_id": "shuffle_integration",
"method_name": "Shuffle integration",
"method_summary": "Integrations are randomly permuted",
"method_description": "Integrations are randomly permuted",
"is_baseline": true,
"references_doi": null,
"references_bibtex": null,
"code_url": "https://github.com/openproblems-bio/task_cyto_batch_integration",
"documentation_url": null,
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/control_methods/shuffle_integration",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "control_methods",
"method_id": "shuffle_integration_by_batch",
"method_name": "Shuffle integration by batch",
"method_summary": "Integrations are randomly permuted within each batch",
"method_description": "Integrations are randomly permuted within each batch",
"is_baseline": true,
"references_doi": null,
"references_bibtex": null,
"code_url": "https://github.com/openproblems-bio/task_cyto_batch_integration",
"documentation_url": null,
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_by_batch:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/control_methods/shuffle_integration_by_batch",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "control_methods",
"method_id": "shuffle_integration_by_cell_type",
"method_name": "Shuffle integration by cell type",
"method_summary": "Integrations are randomly permuted within each cell type",
"method_description": "Integrations are randomly permuted within each cell type",
"is_baseline": true,
"references_doi": null,
"references_bibtex": null,
"code_url": "https://github.com/openproblems-bio/task_cyto_batch_integration",
"documentation_url": null,
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_by_cell_type:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/control_methods/shuffle_integration_by_cell_type",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "methods",
"method_id": "harmonypy",
"method_name": "Harmonypy",
"method_summary": "Harmonypy is a port of the harmony R package",
"method_description": "Harmony is a general-purpose R package with an efficient algorithm for integrating multiple data sets. \nIt is especially useful for large single-cell datasets such as single-cell RNA-seq.\n",
"is_baseline": false,
"references_doi": "10.1038/s41592-019-0619-0",
"references_bibtex": null,
"code_url": "https://github.com/slowkow/harmonypy",
"documentation_url": "https://portals.broadinstitute.org/harmony",
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/harmonypy:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/methods/harmonypy",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "methods",
"method_id": "limma_remove_batch_effect",
"method_name": "Limma removeBatchEffect",
"method_summary": "Uses a linear model and matrix decomposition to remove batch effects from a dataset",
"method_description": "Limma removeBatchEffect is a method that uses a linear model and matrix\ndecomposition to remove batch effects from a dataset. It first fits a linear\nmodel to the data, then decomposes the model matrix into a set of orthogonal\ncomponents. The batch effect is then removed by subtracting the component\ncorresponding to the batch effect from the data.\n",
"is_baseline": false,
"references_doi": "10.1093/nar/gkv007",
"references_bibtex": null,
"code_url": "https://github.com/bioc/limma",
"documentation_url": "https://bioinf.wehi.edu.au/limma",
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/limma_remove_batch_effect:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/methods/limma_remove_batch_effect",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "control_methods",
"method_id": "no_integration",
"method_name": "No Integration",
"method_summary": "Control method returning the unintegrated data without performing batch correction.",
"method_description": "The component works by reading and writing back the 'unintegrated' data without performing any operation. \n",
"is_baseline": true,
"references_doi": null,
"references_bibtex": null,
"code_url": "https://github.com/openproblems-bio/task_cyto_batch_integration",
"documentation_url": null,
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/no_integration:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/control_methods/no_integration",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "control_methods",
"method_id": "perfect_integration_horizontal",
"method_name": "Perfect Integration Horizontal",
"method_summary": "Positive control method for horizontal metrics which reprsents perfect batch integration.",
"method_description": "The method actually just return the validation data but just changing the batch\nand sample ID to those that are in the unintegrated_censored.\nBecause the marker expression is the exactly same as the validation data, there won't\nbe any batch effect present when computing horizontal metrics.\nBatch effect will be present when computing vertical metrics as the validation data\ncontain samples from different batches, unintegrated.\n",
"is_baseline": true,
"references_doi": null,
"references_bibtex": null,
"code_url": "https://github.com/openproblems-bio/task_cyto_batch_integration",
"documentation_url": null,
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/perfect_integration_horizontal:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/control_methods/perfect_integration_horizontal",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "control_methods",
"method_id": "perfect_integration_vertical",
"method_name": "Perfect Integration Vertical",
"method_summary": "Positive control method for vertical metrics reflecting a scenario in which all samples belong to the same batch",
"method_description": "This control method return all samples from batch 1. \nBecause the samples all came from one batch, we do not expect to see any technical\nvariation caused by batch effects, but we still expect a sample-level effect due to the \nunderlying differences in biology of the samples.\nThe vertical metrics should return a good score.\nHowever, poor scores are expected for horizontal metrics because some samples (those\nfrom unintegrated data) will be compared against the validation data, which still \ncontains variation due to batch effect.\n",
"is_baseline": true,
"references_doi": null,
"references_bibtex": null,
"code_url": "https://github.com/openproblems-bio/task_cyto_batch_integration",
"documentation_url": null,
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/perfect_integration_vertical:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/control_methods/perfect_integration_vertical",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "methods",
"method_id": "combat",
"method_name": "Combat",
"method_summary": "ComBat batch correction for single-cell data, implemented in the scanpy package",
"method_description": "Corrects for batch effects by fitting linear models, gains statistical power via an EB framework where information is borrowed across genes. \nThis uses the implementation combat.py\n",
"is_baseline": false,
"references_doi": "10.1093/biostatistics/kxj037",
"references_bibtex": null,
"code_url": "https://github.com/brentp/combat.py",
"documentation_url": "https://scanpy.readthedocs.io/en/latest/api/generated/scanpy.pp.combat.html",
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/combat:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/methods/combat",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "methods",
"method_id": "cycombine_nocontrols",
"method_name": "cyCombine (no-controls)",
"method_summary": "cyCombine perform batch correction by using self-organizing maps and ComBat.",
"method_description": "cyCombine perform batch integration by first using self-organizing maps (SOM) to \ngroup similar cells, then applies a ComBat-based method to correct batch effects within \neach group of similar cells. \n\nHere, we run cyCombine without control samples (replicates in cyCombine terminology).\n",
"is_baseline": false,
"references_doi": "10.1038/s41467-022-29383-5",
"references_bibtex": null,
"code_url": "https://github.com/biosurf/cyCombine",
"documentation_url": "https://biosurf.org/cyCombine.html",
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/cycombine_nocontrols:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/methods/cycombine_nocontrols",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "methods",
"method_id": "gaussnorm",
"method_name": "GaussNorm",
"method_summary": "Batch effect correction using a per‐channel basis normalization method (gaussNorm)",
"method_description": "This method batch-normalizes a set of cytometry data samples by identifying and aligning the high density regions (landmarks or peaks) for each channel.\nThe data of each channel is shifted in such a way that the identified high density regions are moved to fixed locations called base landmarks.\nNormalization is achieved in three phases:\n1. identifying high-density regions (landmarks) for each flowFrame in the flowSet for a single channel\n2. computing the best matching between the landmarks and a set of fixed reference landmarks for each channel called base landmarks\n3. manipulating the data of each channel in such a way that each landmark is moved to its matching base landmark. Please note that this normalization is on a channel-by-channel basis\n\nNOTE: The default implementation uses `max.lms=2`, although for some channels it is not possible to compute 2 landmarks, resulting in an error.\nIn order to fully automate the batch normalization process, this implementation checks whether it is possible to compute 2 landmarks, and if not, it sets `max.lms=1` for that channel.\n",
"is_baseline": false,
"references_doi": "10.1002/cyto.a.20823",
"references_bibtex": null,
"code_url": "https://github.com/RGLab/flowStats",
"documentation_url": "https://rdrr.io/bioc/flowStats/src/R/gaussNorm.R",
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/gaussnorm:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/methods/gaussnorm",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
},
{
"task_id": "methods",
"method_id": "cytonorm_controls",
"method_name": "CytoNorm with controls",
"method_summary": "CytoNorm Batch normalization algorithm which uses shared controls across batches.",
"method_description": "CytoNorm corrects batch effects by using reference control samples (aliquots of one sample, \ntechnical replicates) included with each batch. \nIt clusters cells, then trains a model on the control samples to learn how marker \nexpression distributions differ across batches for each population.\nIt then uses splines to align these distributions to a common reference (either the mean\nof batches or to a single batch).\nIn this CytoNorm version, batches are aligned to the mean of the batches.\nClustering was performed by FlowSOM, using the default parameters provided by CytoNorm.\n",
"is_baseline": false,
"references_doi": "10.1002/cyto.a.23904",
"references_bibtex": null,
"code_url": "https://github.com/saeyslab/CytoNorm",
"documentation_url": "https://github.com/saeyslab/CytoNorm",
"image": "https://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/cytonorm_controls:build_main",
"implementation_url": "https://github.com/openproblems-bio/task_cyto_batch_integration/blob/37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f/src/methods/cytonorm_controls",
"code_version": "build_main",
"commit_sha": "37dcf0c34b0aa64c16d7d82bc631ff6684e37c5f"
}
]