Description
A pipeline to analyse multiple multiomics samples.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
output: "$id.$key.output.h5mu"
add_id_to_obs: [ true ]
add_id_obs_output: [ "sample_id" ]
add_id_make_observation_keys_unique: [ true ]
highly_variable_features_var_output: [ "filter_with_hvg" ]
highly_variable_features_obs_batch_key: [ "sample_id" ]
mitochondrial_gene_regex: [ "^[mM][tT]-" ]
top_n_vars: [ 50, 100, 200, 500 ]
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.1 \
-main-script target/nextflow/workflows/multiomics/process_samples/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--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 |
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 |
|---|---|
--highly_variable_features_var_output --filter_with_hvg_var_output | string |
--highly_variable_features_obs_batch_key --filter_with_hvg_obs_batch_key | string |
Name | Type & Properties |
|---|---|
--var_name_mitochondrial_genes | string |
--obs_name_mitochondrial_fraction | string |
--var_gene_names | string |
--mitochondrial_gene_regex | string |
Name | Type & Properties |
|---|---|
--var_qc_metrics | string multiple |
--top_n_vars | integer multiple |
Name | Type & Properties |
|---|---|
--pca_overwrite | boolean_true |