forked from openproblems-bio/task_perturbation_prediction
-
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.
add cell obs to uns (openproblems-bio#51)
* update jn_ap_op2 * add cell obs to uns * fix script * refactor transformer_ensemble and convert_h5ad_to_parquet * update scape * update pyboost * fix methods * fix control methods * fix test * fix baselines * fix api and wfs * fix methods and metrics * fix components * add layer argument to metrics as well * add layer argument to benchmark wf * remvoe outdated input * add t statistic to output table * fixes * demote lstm gpu usage * fix code * fix previous commit * fix workflow * move workflow * switch to midgpu * simplify description * fix api * fix wf * add more helpful messages * fix prediction extension * remove references to parquet * allow specifying different test and prediction layers * add gene resolution strategy * try to parallellize with nn.DataParallel * fix args * create nextflow workflow for lgc ensemble * fix model names * fix config * enable lazy loading for the models * revert `load_trained_models` function
- Loading branch information
Showing
73 changed files
with
1,999 additions
and
1,166 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
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
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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
functionality: | ||
namespace: "methods" | ||
info: | ||
type: method | ||
type_info: | ||
label: Method | ||
summary: A regression method. | ||
description: | | ||
A regression method to predict the expression of one modality from another. | ||
arguments: | ||
- name: --de_train_h5ad | ||
__merge__: file_de_train_h5ad.yaml | ||
required: false | ||
direction: input | ||
- name: --id_map | ||
__merge__: file_id_map.yaml | ||
required: true | ||
direction: input | ||
- name: --layer | ||
type: string | ||
direction: input | ||
default: sign_log10_pval | ||
description: Which layer to use for prediction. | ||
- name: --output | ||
__merge__: file_prediction.yaml | ||
required: true | ||
direction: output | ||
- name: "--output_model" | ||
type: "file" | ||
description: "Optional model output. If no value is passed, the model will be removed at the end of the run." | ||
direction: output | ||
required: false | ||
must_exist: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.