Skip to content

Commit

Permalink
add is_control to common dataset and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ghar1821 committed Feb 4, 2025
1 parent 7136d76 commit 0e4c0e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 10 additions & 5 deletions src/api/file_common_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ info:
name: group
description: Biological group of the donor
required: true
- type: integer
name: is_control
description: |
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.
required: true
var:
- type: integer
name: numeric_id
Expand All @@ -52,11 +62,6 @@ info:
name: to_correct
description: Whether the marker will be batch corrected
required: true
# obsm:
# - type: double
# name: X_pca
# description: The resulting PCA embedding.
# required: true
uns:
- type: string
name: dataset_id
Expand Down
5 changes: 0 additions & 5 deletions src/api/file_unintegrated_censored.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ info:
name: to_correct
description: Whether the marker will be batch corrected
required: true
# obsm:
# - type: double
# name: X_pca
# description: The resulting PCA embedding.
# required: true
uns:
- type: string
name: dataset_id
Expand Down

0 comments on commit 0e4c0e1

Please sign in to comment.