group2list: Named list of cells grouped by meta feature from Seurat...

View source: R/network_functions.R

group2listR Documentation

Named list of cells grouped by meta feature from Seurat object

Description

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

Usage

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(s)

Nicholas Mikolajewicz


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.