Skip to content

Commit

Permalink
update api and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 21, 2024
1 parent bca3a0f commit 4ba3a41
Show file tree
Hide file tree
Showing 10 changed files with 1,050 additions and 32 deletions.
529 changes: 505 additions & 24 deletions README.md

Large diffs are not rendered by default.

529 changes: 529 additions & 0 deletions README.qmd

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/api/file_common_dataset_mod1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod1.
label: "Raw dataset RNA"
summary: "The RNA modality of the raw dataset."
info:
slots:
format:
type: h5ad
layers:
- type: integer
name: counts
Expand Down
3 changes: 2 additions & 1 deletion src/api/file_common_dataset_mod2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod2.
label: "Raw dataset mod2"
summary: "The second modality of the raw dataset. Must be an ADT or an ATAC dataset"
info:
slots:
format:
type: h5ad
layers:
- type: integer
name: counts
Expand Down
3 changes: 2 additions & 1 deletion src/api/file_prediction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
label: "Prediction"
summary: "A prediction of the mod2 expression values of the test cells"
info:
slots:
format:
type: h5ad
layers:
- type: double
name: normalized
Expand Down
3 changes: 2 additions & 1 deletion src/api/file_score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
label: "Score"
summary: "Metric score file"
info:
slots:
format:
type: h5ad
uns:
- type: string
name: dataset_id
Expand Down
3 changes: 2 additions & 1 deletion src/api/file_test_mod1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
label: "Test mod1"
summary: "The mod1 expression values of the test cells."
info:
slots:
format:
type: h5ad
layers:
- type: integer
name: counts
Expand Down
3 changes: 2 additions & 1 deletion src/api/file_test_mod2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
label: "Test mod2"
summary: "The mod2 expression values of the test cells."
info:
slots:
format:
type: h5ad
layers:
- type: integer
name: counts
Expand Down
3 changes: 2 additions & 1 deletion src/api/file_train_mod1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
label: "Train mod1"
summary: "The mod1 expression values of the train cells."
info:
slots:
format:
type: h5ad
layers:
- type: integer
name: counts
Expand Down
3 changes: 2 additions & 1 deletion src/api/file_train_mod2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swa
label: "Train mod2"
summary: "The mod2 expression values of the train cells."
info:
slots:
format:
type: h5ad
layers:
- type: integer
name: counts
Expand Down

0 comments on commit 4ba3a41

Please sign in to comment.