Skip to contents

Filter tumor cells from Seurat object.

Usage

FilterTumorCell(obj, column2only_tumor = NULL, verbose = TRUE)

Arguments

obj

Seurat object with a column to filter out tumor cells.

column2only_tumor

Name of the column to filter out tumor cells.

verbose

logical, whether to print progress messages

See also

Other single_cell_preprocess: ClusterAndReduce(), FindRobustElbow(), ProcessSeuratObject(), QCPatternFilter()