-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
66 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,63 @@ | ||
echo "negative control" | ||
viash run src/control_methods/negative_control/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
--perturbation_data resources/grn-benchmark/perturbation_data.h5ad \ | ||
--tf_all resources/prior/tf_all.csv \ | ||
--prediction resources/grn_models/baselines/negative_control.csv | ||
# echo "negative control" | ||
# viash run src/control_methods/negative_control/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
# --perturbation_data resources/grn-benchmark/perturbation_data.h5ad \ | ||
# --tf_all resources/prior/tf_all.csv \ | ||
# --prediction resources/grn_models/baselines/negative_control.csv | ||
|
||
|
||
echo "baseline pearson" | ||
viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
--tf_all resources/prior/tf_all.csv \ | ||
--causal false \ | ||
--corr_method pearson \ | ||
--cell_type_specific false \ | ||
--metacell false \ | ||
--impute false \ | ||
--prediction resources/grn_models/baselines/baseline_pearson.csv | ||
# echo "baseline pearson" | ||
# viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
# --tf_all resources/prior/tf_all.csv \ | ||
# --causal false \ | ||
# --corr_method pearson \ | ||
# --cell_type_specific false \ | ||
# --metacell false \ | ||
# --impute false \ | ||
# --prediction resources/grn_models/baselines/baseline_pearson.csv | ||
|
||
echo "baseline pearson causal" | ||
viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
--tf_all resources/prior/tf_all.csv \ | ||
--causal true \ | ||
--corr_method pearson \ | ||
--cell_type_specific false \ | ||
--metacell false \ | ||
--impute false \ | ||
--prediction resources/grn_models/baselines/baseline_pearson_causal.csv | ||
# echo "baseline pearson causal" | ||
# viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
# --tf_all resources/prior/tf_all.csv \ | ||
# --causal true \ | ||
# --corr_method pearson \ | ||
# --cell_type_specific false \ | ||
# --metacell false \ | ||
# --impute false \ | ||
# --prediction resources/grn_models/baselines/baseline_pearson_causal.csv | ||
|
||
|
||
echo "baseline causal cell type" | ||
viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
--tf_all resources/prior/tf_all.csv \ | ||
--causal true \ | ||
--corr_method pearson \ | ||
--cell_type_specific true \ | ||
--metacell false \ | ||
--impute false \ | ||
--prediction resources/grn_models/baselines/baseline_pearson_causal_celltype.csv | ||
# echo "baseline causal cell type" | ||
# viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
# --tf_all resources/prior/tf_all.csv \ | ||
# --causal true \ | ||
# --corr_method pearson \ | ||
# --cell_type_specific true \ | ||
# --metacell false \ | ||
# --impute false \ | ||
# --prediction resources/grn_models/baselines/baseline_pearson_causal_celltype.csv | ||
|
||
# echo "baseline pearson causal metacell" | ||
# viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
# --tf_all resources/prior/tf_all.csv \ | ||
# --causal true \ | ||
# --corr_method pearson \ | ||
# --cell_type_specific false \ | ||
# --metacell true \ | ||
# --impute false \ | ||
# --prediction resources/grn_models/baselines/baseline_pearson_causal_metacell.csv | ||
|
||
echo "baseline pearson causal metacell" | ||
echo "baseline pearson causal imputation" | ||
viash run src/control_methods/baseline_corr/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
--tf_all resources/prior/tf_all.csv \ | ||
--causal true \ | ||
--corr_method pearson \ | ||
--cell_type_specific false \ | ||
--metacell true \ | ||
--impute false \ | ||
--prediction resources/grn_models/baselines/baseline_pearson_causal_metacell.csv | ||
--metacell false \ | ||
--impute true \ | ||
--prediction resources/grn_models/baselines/baseline_pearson_causal_impute.csv | ||
|
||
echo "positive control" | ||
viash run src/control_methods/positive_control/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
--perturbation_data resources/grn-benchmark/perturbation_data.h5ad \ | ||
--tf_all resources/prior/tf_all.csv \ | ||
--prediction resources/grn_models/baselines/positive_control.csv | ||
# echo "positive control" | ||
# viash run src/control_methods/positive_control/config.vsh.yaml -- --multiomics_rna resources/grn-benchmark/multiomics_rna.h5ad \ | ||
# --perturbation_data resources/grn-benchmark/perturbation_data.h5ad \ | ||
# --tf_all resources/prior/tf_all.csv \ | ||
# --prediction resources/grn_models/baselines/positive_control.csv |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
viash run src/exp_analysis/config.vsh.yaml -- \ | ||
--perturbation_data resources/grn-benchmark/perturbation_data.h5ad \ | ||
--prediction resources/grn_models/genie3.csv \ | ||
--prediction resources/grn_models/baselines/positive_control.csv \ | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
viash run src/metrics/regression_1/config.vsh.yaml -- \ | ||
--perturbation_data resources/grn-benchmark/perturbation_data.h5ad \ | ||
--tf_all resources/prior/tf_all.csv \ | ||
--prediction output/baseline_corr.csv \ | ||
--prediction resources/grn_models/baselines/baseline_pearson_causal_impute.csv \ | ||
--score output/score.h5ad |
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