Scanpy Data filtration
this task permit to the user to eliminate low quality cells
Based on output files analysis generated using "Load count matrices" task , we can proceed to data filtration and low quality cells elimination.
Input
Output
Configuration
min_cells
The minimum number of cells required for a gene to be considered in the filtering process. => genes filtering
int
10
min_genes
The minimum number of genes required for a cell to be considered in the filtering process => cells filtering
int
200
min_n_genes_by_counts
The minimum number of genes with at least 1 count in a cell. Calculated for all cells
int
600
max_n_genes_by_counts
The maximum number of genes with at least 1 count in a cell. Calculated for all cells
int
2000
max_pct_counts_mt
The maximum percentage of counts originating from mitochondrial genes that a cell can have
int
20
max_pct_counts_ribo
The maximum percentage of counts originating from ribosomal genes that a cell can have
int
2