filter/filter_with_counts

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).

Type

python_script

License

MIT

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
file
required
--modality
string
--layer
string

Outputs

Name
Type & Properties
--output
file
output
--do_subset
boolean_true
--obs_name_filter
string
--var_name_filter
string
--output_compression
string

Arguments

Name
Type & Properties
--min_counts
integer
--max_counts
integer
--min_genes_per_cell
integer
--max_genes_per_cell
integer
--min_cells_per_gene
integer

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.