Perform cell QC
PerformSeuratCellQC.Rd
Perform cell QC
Arguments
- object
Seurat object
- cell_qc
Cell QC criteria. It is an expression string to pass to
dplyr::filter
function to filter the cells. It can also be a list of expressions, where the names of the list are sample names. You can have a default expression in the list with the name "DEFAULT" for the samples that are not listed.