Skip to content

Commit

Permalink
update common dataset file
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jul 11, 2024
1 parent 3b15a12 commit 7da438f
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions src/api/file_common_dataset.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,41 @@
#TODO: Change to the required and/or optional fields of the anndata
type: file
example: "resources_test/common/pancreas/dataset.h5ad"
info:
label: "Common Dataset"
summary: A subset of the common dataset.
slots:
layers:
layers:
- type: integer
name: counts
description: Raw counts
required: true
- type: double
name: normalized
description: Normalized expression values
required: true
obs:
- type: string
name: cell_type
description: Cell type information
required: true
- type: string
name: batch
description: Batch information
required: true
var:
- type: boolean
name: hvg
description: Whether or not the feature is considered to be a 'highly variable gene'
required: true
- type: double
name: hvg_score
description: A ranking of the features by hvg.
required: true
obsm:
- type: double
name: X_pca
description: The resulting PCA embedding.
required: true
uns:
- type: string
name: dataset_id
Expand Down Expand Up @@ -39,3 +65,7 @@ info:
type: string
description: The organism of the sample in the dataset.
required: false
- type: string
name: normalization_id
description: "Which normalization was used"
required: true

0 comments on commit 7da438f

Please sign in to comment.