Description
Filter scRNA-seq data based on the primary QC metrics.
This is based on both the UMI counts, the gene counts
and the mitochondrial genes (genes starting with mt/MT).
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
obs_name_filter: [ "filter_with_counts" ]
var_name_filter: [ "filter_with_counts" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/filter/filter_with_counts/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--layer | string |
Name | Type & Properties |
|---|---|
--output | file output |
--do_subset | boolean_true |
--obs_name_filter | string |
--var_name_filter | string |
--output_compression | string |
Name | Type & Properties |
|---|---|
--min_counts | integer |
--max_counts | integer |
--min_genes_per_cell | integer |
--max_genes_per_cell | integer |
--min_cells_per_gene | integer |