Description
Performs LIANA integration based as described in https://github.com/saezlab/liana-py
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
modality: [ "rna" ]
de_method: [ "t-test" ]
resource_name: [ "consensus" ]
gene_symbol: [ "gene_symbol" ]
expr_prop: [ 0.1 ]
min_cells: [ 5 ]
aggregate_method: [ "rra" ]
return_all_lrs: [ false ]
n_perms: [ 100 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.1 \
-main-script target/nextflow/interpret/lianapy/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--output -o | file required output |
--modality | string |
--layer | string |
--de_method | string |
--groupby | string required |
--resource_name | string |
--gene_symbol | string |
--expr_prop | double |
--min_cells | integer |
--aggregate_method | string |
--consensus_opts | string multiple |
--return_all_lrs | boolean |
--n_perms | integer |
--output_compression | string |