Skip to content

Commit 4ba3a41

Browse files
committed
update api and readme
1 parent bca3a0f commit 4ba3a41

10 files changed

+1050
-32
lines changed

README.md

Lines changed: 505 additions & 24 deletions
Large diffs are not rendered by default.

README.qmd

Lines changed: 529 additions & 0 deletions
Large diffs are not rendered by default.

src/api/file_common_dataset_mod1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod1.
33
label: "Raw dataset RNA"
44
summary: "The RNA modality of the raw dataset."
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
layers:
89
- type: integer
910
name: counts

src/api/file_common_dataset_mod2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod2.
33
label: "Raw dataset mod2"
44
summary: "The second modality of the raw dataset. Must be an ADT or an ATAC dataset"
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
layers:
89
- type: integer
910
name: counts

src/api/file_prediction.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
33
label: "Prediction"
44
summary: "A prediction of the mod2 expression values of the test cells"
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
layers:
89
- type: double
910
name: normalized

src/api/file_score.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
33
label: "Score"
44
summary: "Metric score file"
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
uns:
89
- type: string
910
name: dataset_id

src/api/file_test_mod1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
33
label: "Test mod1"
44
summary: "The mod1 expression values of the test cells."
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
layers:
89
- type: integer
910
name: counts

src/api/file_test_mod2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
33
label: "Test mod2"
44
summary: "The mod2 expression values of the test cells."
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
layers:
89
- type: integer
910
name: counts

src/api/file_train_mod1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
33
label: "Train mod1"
44
summary: "The mod1 expression values of the train cells."
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
layers:
89
- type: integer
910
name: counts

src/api/file_train_mod2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
33
label: "Train mod2"
44
summary: "The mod2 expression values of the train cells."
55
info:
6-
slots:
6+
format:
7+
type: h5ad
78
layers:
89
- type: integer
910
name: counts

0 commit comments

Comments
 (0)