clusters,celdaModel-method {celda} | R Documentation |
Returns the z / y results corresponding to the cell / gene cluster labels determined by the provided celdaModel.
## S4 method for signature 'celdaModel' clusters(celdaMod)
celdaMod |
celdaModel. Options available in 'celda::availableModels'. |
List. Contains z (for celda_C and celdaCGModels) and/or y (for celda_G and celdaCGModels)
data(celdaCGMod) clusters(celdaCGMod)