clusters,celdaModel-method {celda}R Documentation

Get clustering outcomes from a celdaModel

Description

Returns the z / y results corresponding to the cell / gene cluster labels determined by the provided celdaModel.

Usage

## S4 method for signature 'celdaModel'
clusters(celdaMod)

Arguments

celdaMod

celdaModel. Options available in 'celda::availableModels'.

Value

List. Contains z (for celda_C and celdaCGModels) and/or y (for celda_G and celdaCGModels)

Examples

data(celdaCGMod)
clusters(celdaCGMod)

[Package celda version 1.2.4 Index]