Description
Performs popular major vote cell typing on single cell sequence data using multiple algorithms. Note that this is a one-shot version of PopV.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
unknown_celltype_label: [ "unknown" ]
reference_obs_label: [ "cell_ontology_class" ]
reference_obs_batch: [ "donor_assay" ]
output: "$id.$key.output.h5mu"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/annotate/popv/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--input_layer | string |
--input_obs_batch | string |
--input_var_subset | string |
--input_obs_label | string |
--unknown_celltype_label | string |
Name | Type & Properties |
|---|---|
--reference | file required |
--reference_layer | string |
--reference_obs_label | string |
--reference_obs_batch | string |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_compression | string |
Name | Type & Properties |
|---|---|
--methods | string required multiple |