Description
Perform CLR normalization on CITE-seq data (Stoeckius et al., 2017).
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "prot" ]
output: "$id.$key.output"
axis: [ 0 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.0 \
-main-script target/nextflow/transform/clr/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--output -o | file required output |
--input_layer | string |
--output_layer | string |
--axis | integer |
--output_compression | string |