Description
A pipeline to analyse a single multiomics sample.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.h5mu"
add_id_to_obs: [ true ]
add_id_obs_output: [ "sample_id" ]
add_id_make_observation_keys_unique: [ true ]
mitochondrial_gene_regex: [ "^[mM][tT]-" ]
ribosomal_gene_regex: [ "^[Mm]?[Rr][Pp][LlSs]" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/workflows/multiomics/process_singlesample/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--rna_layer | string |
--prot_layer | string |
--gdo_layer | string |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--add_id_to_obs | boolean |
--add_id_obs_output | string |
--add_id_make_observation_keys_unique | boolean |
Name | Type & Properties |
|---|---|
--rna_min_counts | integer |
--rna_max_counts | integer |
--rna_min_genes_per_cell | integer |
--rna_max_genes_per_cell | integer |
--rna_min_cells_per_gene | integer |
--rna_min_fraction_mito | double |
--rna_max_fraction_mito | double |
--rna_min_fraction_ribo | double |
--rna_max_fraction_ribo | double |
--skip_scrublet_doublet_detection | boolean_true |
--scrublet_score_threshold | double |
Name | Type & Properties |
|---|---|
--prot_min_counts | integer |
--prot_max_counts | integer |
--prot_min_proteins_per_cell | integer |
--prot_max_proteins_per_cell | integer |
--prot_min_cells_per_protein | integer |
Name | Type & Properties |
|---|---|
--gdo_min_counts | integer |
--gdo_max_counts | integer |
--gdo_min_guides_per_cell | integer |
--gdo_max_guides_per_cell | integer |
--gdo_min_cells_per_guide | integer |
Name | Type & Properties |
|---|---|
--intersect_obs | 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 |