generated from openproblems-bio/task_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Givanna Putri <[email protected]> Co-authored-by: Sofie Van Gassen <[email protected]> Co-authored-by: Katrien Quintelier <[email protected]> Co-authored-by: Luca Leomazzi <[email protected]>
- Loading branch information
1 parent
4e651ec
commit 913da4f
Showing
3 changed files
with
43 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
#TODO: Change to the required and/or optional fields of the anndata | ||
type: file | ||
example: "resources_test/task_cyto_batch_integration/cxg_mouse_pancreas_atlas/prediction.h5ad" | ||
label: Integrated | ||
summary: "Integrated dataset" | ||
info: | ||
format: | ||
type: h5ad | ||
obs: | ||
- type: string | ||
name: label_pred | ||
description: Predicted labels for the test cells. | ||
layers: | ||
- type: double | ||
name: integrated | ||
description: The integrated data as returned by a batch correction method | ||
required: true | ||
uns: | ||
- type: string | ||
name: dataset_id | ||
description: "A unique identifier for the dataset" | ||
required: true | ||
- type: string | ||
name: normalization_id | ||
description: "Which normalization was used" | ||
required: true | ||
- type: string | ||
name: method_id | ||
description: "A unique identifier for the method" | ||
required: true | ||
required: true | ||
- type: object | ||
name: parameters | ||
description: "The parameters used for the integration" | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters