Learn R Programming

SLICER (version 0.2.0)

detect_cell_types: Identify clusters corresponding to putative cell types

Description

detect_cell_types divides the k-nearest neighbor graph (built from the LLE embedding) into connected components. These connected components represent clusters of cells corresponding to putative cell types.

Usage

detect_cell_types(embedding, k)

Arguments

embedding

Low-dimensional LLE embedding of cells

k

Number of nearest neighbors to use when detecting clusters

Value

Vector containing a numerical cluster assignment for each cell