-
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.
norm and batch corrections are seperated
- Loading branch information
Showing
9 changed files
with
163 additions
and
63 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
76 changes: 76 additions & 0 deletions
76
src/process_data/perturbation/batch_correction_scgen/config.novsh.yaml
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,76 @@ | ||
functionality: | ||
name: batch_correction_scgen | ||
info: | ||
label: batch_correction_scgen | ||
summary: "Correct batch effects using scgen" | ||
|
||
arguments: | ||
- name: --perturbation_data_n | ||
type: file | ||
info: | ||
label: perturbation | ||
summary: "Perturbation dataset for benchmarking." | ||
file_type: h5ad | ||
slots: | ||
layers: | ||
- name: n_counts | ||
type: double | ||
description: "Pseudobulked values using mean approach" | ||
required: true | ||
- name: pearson | ||
type: double | ||
description: "Normalized values using pearson residuals" | ||
required: true | ||
- name: lognorm | ||
type: double | ||
description: "Normalized values using shifted logarithm " | ||
required: true | ||
required: false | ||
direction: input | ||
default: resources/grn-benchmark/perturbation_data.h5ad | ||
- name: --perturbation_data_bc | ||
type: file | ||
info: | ||
label: perturbation | ||
summary: "Perturbation dataset for benchmarking." | ||
file_type: h5ad | ||
slots: | ||
layers: | ||
- name: n_counts | ||
type: double | ||
description: "Pseudobulked values using mean approach" | ||
required: true | ||
- name: pearson | ||
type: double | ||
description: "Normalized values using pearson residuals" | ||
required: true | ||
- name: lognorm | ||
type: double | ||
description: "Normalized values using shifted logarithm " | ||
required: true | ||
- name: scgen_lognorm | ||
type: double | ||
description: "Batch correction using scgen on lognorm data" | ||
required: true | ||
- name: scgen_pearson | ||
type: double | ||
description: "Batch correction using scgen on pearson data" | ||
required: true | ||
required: false | ||
direction: input | ||
default: resources/grn-benchmark/perturbation_data.h5ad | ||
|
||
resources: | ||
- type: python_script | ||
path: script.py | ||
platforms: | ||
- type: docker | ||
image: ghcr.io/openproblems-bio/base_python:1.0.4 | ||
setup: | ||
- type: python | ||
packages: [scgen] | ||
|
||
- type: native | ||
- type: nextflow | ||
directives: | ||
label: [midtime,midmem,midcpu] |
File renamed without changes.
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
22 changes: 0 additions & 22 deletions
22
src/process_data/perturbation/batch_corrrection_scgen/config.novsh.yaml
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
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