Description
Processing unimodal single-sample RNA transcriptomics data.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
output: "$id.$key.output.h5mu"
mitochondrial_gene_regex: [ "^[mM][tT]-" ]
ribosomal_gene_regex: [ "^[Mm]?[Rr][Pp][LlSs]" ]
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.1 \
-main-script target/nextflow/workflows/rna/rna_singlesample/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--input | file required |
--layer | string |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--min_counts | integer |
--max_counts | integer |
--min_genes_per_cell | integer |
--max_genes_per_cell | integer |
--min_cells_per_gene | integer |
--min_fraction_mito | double |
--max_fraction_mito | double |
--min_fraction_ribo | double |
--max_fraction_ribo | double |
--skip_scrublet_doublet_detection | boolean_true |
Name | Type & Properties |
|---|---|
--var_gene_names | string |
--var_name_mitochondrial_genes | string |
--obs_name_mitochondrial_fraction | string |
--mitochondrial_gene_regex | string |
--var_name_ribosomal_genes | string |
--obs_name_ribosomal_fraction | string |
--ribosomal_gene_regex | string |