Description
Vireo is primarily designed for demultiplexing cells into donors by modelling of expressed alleles.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
n_donor: [ 2 ]
geno_tag: [ "PL" ]
no_doublet: [ false ]
n_init: [ 50 ]
extra_donor: [ 0 ]
force_learn_gt: [ false ]
ase_mode: [ false ]
no_plot: [ false ]
call_ambient_rnas: [ false ]
output: "$id.$key.output.vireo"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.2 \
-main-script target/nextflow/genetic_demux/vireo/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--cell_data | file |
--n_donor | integer |
--vartrix_data | file |
--donor_file | file |
--geno_tag | string |
--no_doublet | boolean |
--n_init | integer |
--extra_donor | integer |
--extra_donorMode | string |
--force_learn_gt | boolean |
--ase_mode | boolean |
--no_plot | boolean |
--rand_seed | integer |
--cell_range | string |
--call_ambient_rnas | boolean |
Name | Type & Properties |
|---|---|
--output -o | file output |