Description
Conversion of (pre-processed) expression count data into relative values (bins) to address scale differences across sequencing batches.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
var_input: [ "id_in_vocab" ]
n_input_bins: [ 51 ]
output: "$id.$key.output.h5mu"
output_obsm_binned_counts: [ "binned_counts" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 2.0.0 \
-main-script target/nextflow/scgpt/binning/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--input_layer | string |
--var_input | string |
--n_input_bins | integer |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_compression | string |
--output_obsm_binned_counts | string |
--seed | integer |