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
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ Data structure:
98
98
|`obs["sample"]`|`string`| Sample ID. |
99
99
|`obs["donor"]`|`string`| Donor ID. |
100
100
|`obs["group"]`|`string`| Biological group of the donor. |
101
-
|`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. |
102
-
|`obs["split"]`|`integer`| Which split the cell will be used in. |
101
+
|`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. |
102
+
|`obs["split"]`|`integer`| Which split the cell will be used in. \* 0: control samples \* 1: split 1 (left) \* 2: split 2 (right) . |
103
103
|`var["numeric_id"]`|`integer`| Numeric ID associated with each marker. |
104
104
|`var["channel"]`|`string`| The channel / detector of the instrument. |
105
105
|`var["marker"]`|`string`| (*Optional*) The marker name associated with the channel. |
@@ -174,7 +174,7 @@ Data structure:
174
174
|:---|:---|:---|
175
175
|`obs["batch"]`|`string`| Batch information. |
176
176
|`obs["sample"]`|`string`| Sample ID. |
177
-
|`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. |
177
+
|`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. |
178
178
|`var["numeric_id"]`|`integer`| Numeric ID associated with each marker. |
179
179
|`var["channel"]`|`string`| The channel / detector of the instrument. |
180
180
|`var["marker"]`|`string`| (*Optional*) The marker name associated with the channel. |
|`obs["group"]`|`string`| Biological group of the donor. |
231
-
|`obs["split"]`|`integer`| Which split the cell will be used in. |
231
+
|`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. |
232
+
|`obs["split"]`|`integer`| Which split the cell will be used in. \* 0: control samples \* 1: split 1 (left) \* 2: split 2 (right) . |
232
233
|`var["numeric_id"]`|`integer`| Numeric ID associated with each marker. |
233
234
|`var["channel"]`|`string`| The channel / detector of the instrument. |
234
235
|`var["marker"]`|`string`| (*Optional*) The marker name associated with the channel. |
0 commit comments