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
|`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