Returns named list of cells grouped by meta feature from Seurat object.

group2list(object, group = "seurat_clusters", is.num = F, prefix = "")

Arguments

object

Seurat object

group

grouping feature (must be present in `object` meta data). Default is "seurat_clusters".

is.num

whether `group` is a numerical feature.

prefix

prefix added to each named entry in list. Default is "".

Value

Returns named list of cells grouped by meta feature from Seurat object.

Author

Nicholas Mikolajewicz