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
|`--input`|`file`| A subset of the common dataset. |
134
-
|`--output_unintegrated_censored`|`file`| (*Output*) An unintegrated dataset with certain columns (cells metadata), such as the donor information, hidden. These columns are intentionally hidden to prevent bias. The batch correction algorithm should not have to rely on these information to properly integrate different batches. This dataset is used as the input for the batch correction algorithm. The cells therein are identical to those in the unintegrated dataset. |
135
-
|`--output_unintegrated`|`file`| (*Output*) The complete unintegrated dataset, including all cells’ metadata (columns) from the unintegrated_censored dataset. The cells in this dataset are the same to those in the unintegrated_censored dataset. |
136
-
|`--output_validation`|`file`| (*Output*) Hold-out dataset for validation. |
134
+
|`--output_censored_left`|`file`| (*Output*) An unintegrated dataset with certain columns (cells metadata), such as the donor information, hidden. These columns are intentionally hidden to prevent bias. |
135
+
|`--output_censored_right`|`file`| (*Output*) An unintegrated dataset with certain columns (cells metadata), such as the donor information, hidden. These columns are intentionally hidden to prevent bias. |
136
+
|`--output_unintegrated`|`file`| (*Output*) The complete unintegrated dataset, including all cells’ metadata (columns) from the unintegrated_censored dataset. |
137
137
138
138
</div>
139
139
140
140
## File format: Unintegrated Censored
141
141
142
+
An unintegrated dataset with certain columns (cells metadata), such as
143
+
the donor information, hidden. These columns are intentionally hidden to
|`obs["cell_type"]`|`string`| Cell type information. |
217
-
|`obs["batch"]`|`string`| Batch information. |
218
-
|`obs["sample"]`|`string`| Sample ID. |
219
-
|`obs["donor"]`|`string`| Donor ID. |
220
-
|`obs["group"]`|`string`| Biological group of the donor. |
221
-
|`obs["is_control"]`|`integer`| Whether the sample the cell came from can be used as a control for batch effect correction. 0: cannot be used as a control. \>= 1: can be used as a control. For cells with \>= 1: cells with the same value come from the same donor. Different values indicate different donors. |
222
-
|`var["numeric_id"]`|`integer`| Numeric ID associated with each marker. |
223
-
|`var["channel"]`|`string`| The channel / detector of the instrument. |
224
-
|`var["marker"]`|`string`| (*Optional*) The marker name associated with the channel. |
225
-
|`var["marker_type"]`|`string`| Whether the marker is a functional or lineage marker. |
226
-
|`var["to_correct"]`|`boolean`| Whether the marker will be batch corrected. |
227
-
|`layers["preprocessed"]`|`double`| preprocessed data, e.g. already compensated, transformed and debris/doublets removed. |
228
-
|`uns["dataset_id"]`|`string`| A unique identifier for the dataset. |
|`uns["dataset_url"]`|`string`| (*Optional*) Link to the original source of the dataset. |
231
-
|`uns["dataset_reference"]`|`string`| (*Optional*) Bibtex reference of the paper in which the dataset was published. |
232
-
|`uns["dataset_summary"]`|`string`| Short description of the dataset. |
233
-
|`uns["dataset_description"]`|`string`| Long description of the dataset. |
234
-
|`uns["dataset_organism"]`|`string`| (*Optional*) The organism of the sample in the dataset. |
235
-
|`uns["parameter_som_xdim"]`|`integer`| Parameter used to define the dimensions of the self-organizing map (SOM) grid used for flowsom clustering. |
236
-
|`uns["parameter_som_ydim"]`|`integer`| Parameter used to define the dimensions of the self-organizing map (SOM) grid used for flowsom clustering. |
237
-
|`uns["parameter_num_clusters"]`|`integer`| Parameter used to define the number of clusters used in the meta-clustering step of the flowsom algorithm. |
Dataset containing cells from samples that were held out for evaluating
251
-
batch integration output. The cells that are in this dataset belong to
252
-
samples which are not included in the unintegrated or
253
-
unintegrated_censored datasets. For example, if samples from donor A are
254
-
present in batch 1 and 2, the sample from batch 1 may be used as input
255
-
for the batch correction algorithm (and thus present in unintegrated and
256
-
unintegrated_censored datasets). The sample from batch 2, may not be
257
-
included as an input for the batch correction algorithm, but is needed
258
-
to validate whether whether the algorithm managed to correct the batch
259
-
effect in batch 2 towards batch 1. This sample will then be included in
260
-
this dataset (but not in unintegrated and unintegrated_censored
261
-
datasets).
205
+
The complete unintegrated dataset, including all cells’ metadata
206
+
(columns) from the unintegrated_censored dataset. The cells in this
207
+
dataset are the same to those in the unintegrated_censored dataset.
262
208
263
209
Format:
264
210
@@ -313,7 +259,7 @@ Arguments:
313
259
314
260
| Name | Type | Description |
315
261
|:---|:---|:---|
316
-
|`--input`|`file`| An unintegrated dataset with certain columns (cells metadata), such as the donor information, hidden. These columns are intentionally hidden to prevent bias. The batch correction algorithm should not have to rely on these information to properly integrate different batches. This dataset is used as the input for the batch correction algorithm. The cells therein are identical to those in the unintegrated dataset. |
262
+
|`--input`|`file`| An unintegrated dataset with certain columns (cells metadata), such as the donor information, hidden. These columns are intentionally hidden to prevent bias. |
317
263
|`--output`|`file`| (*Output*) Integrated dataset which batch effect was corrected by an algorithm. |
318
264
319
265
</div>
@@ -328,7 +274,7 @@ Arguments:
328
274
329
275
| Name | Type | Description |
330
276
|:---|:---|:---|
331
-
|`--input_unintegrated`|`file`| The complete unintegrated dataset, including all cells’ metadata (columns) from the unintegrated_censored dataset. The cells in this dataset are the same to those in the unintegrated_censored dataset. |
277
+
|`--input_unintegrated`|`file`| The complete unintegrated dataset, including all cells’ metadata (columns) from the unintegrated_censored dataset. |
332
278
|`--input_validation`|`file`| Hold-out dataset for validation. |
333
279
|`--output`|`file`| (*Output*) Integrated dataset which batch effect was corrected by an algorithm. |
334
280
@@ -344,9 +290,9 @@ Arguments:
344
290
345
291
| Name | Type | Description |
346
292
|:---|:---|:---|
347
-
|`--input_validation`|`file`|Hold-out dataset for validation. |
348
-
|`--input_unintegrated`|`file`|The complete unintegrated dataset, including all cells’ metadata (columns) from the unintegrated_censored dataset. The cells in this dataset are the same to those in the unintegrated_censored dataset. |
349
-
|`--input_integrated`|`file`| Integrated dataset which batch effect was corrected by an algorithm. |
293
+
|`--input_unintegrated`|`file`|The complete unintegrated dataset, including all cells’ metadata (columns) from the unintegrated_censored dataset. |
294
+
|`--input_integrated_left`|`file`|Integrated dataset which batch effect was corrected by an algorithm. |
295
+
|`--input_integrated_right`|`file`| Integrated dataset which batch effect was corrected by an algorithm. |
350
296
|`--output`|`file`| (*Output*) File indicating the score of a metric. |
|`obs["cell_type"]`|`string`| Cell type information. |
400
+
|`obs["batch"]`|`string`| Batch information. |
401
+
|`obs["sample"]`|`string`| Sample ID. |
402
+
|`obs["donor"]`|`string`| Donor ID. |
403
+
|`obs["group"]`|`string`| Biological group of the donor. |
404
+
|`obs["is_control"]`|`integer`| Whether the sample the cell came from can be used as a control for batch effect correction. 0: cannot be used as a control. \>= 1: can be used as a control. For cells with \>= 1: cells with the same value come from the same donor. Different values indicate different donors. |
405
+
|`var["numeric_id"]`|`integer`| Numeric ID associated with each marker. |
406
+
|`var["channel"]`|`string`| The channel / detector of the instrument. |
407
+
|`var["marker"]`|`string`| (*Optional*) The marker name associated with the channel. |
408
+
|`var["marker_type"]`|`string`| Whether the marker is a functional or lineage marker. |
409
+
|`var["to_correct"]`|`boolean`| Whether the marker will be batch corrected. |
410
+
|`layers["preprocessed"]`|`double`| preprocessed data, e.g. already compensated, transformed and debris/doublets removed. |
411
+
|`uns["dataset_id"]`|`string`| A unique identifier for the dataset. |
|`uns["dataset_url"]`|`string`| (*Optional*) Link to the original source of the dataset. |
414
+
|`uns["dataset_reference"]`|`string`| (*Optional*) Bibtex reference of the paper in which the dataset was published. |
415
+
|`uns["dataset_summary"]`|`string`| Short description of the dataset. |
416
+
|`uns["dataset_description"]`|`string`| Long description of the dataset. |
417
+
|`uns["dataset_organism"]`|`string`| (*Optional*) The organism of the sample in the dataset. |
418
+
|`uns["parameter_som_xdim"]`|`integer`| Parameter used to define the width of the self-organizing map (SOM) grid. Usually between 10 and 20. |
419
+
|`uns["parameter_som_ydim"]`|`integer`| Parameter used to define the height of the self-organizing map (SOM) grid. Usually between 10 and 20. |
420
+
|`uns["parameter_num_clusters"]`|`integer`| Parameter used to define the number of clusters. Set this number to be slightly higher than the number of cell types expected in the dataset. |
0 commit comments