detect_cell_types: Identify clusters corresponding to putative cell types

Description Usage Arguments Value

View source: R/SLICER.R

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

1
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


SLICER documentation built on May 1, 2019, 6:32 p.m.