celdaHeatmap.celda_G.RdceldaHeatmap for celda Gene clustering model
# S3 method for celda_G celdaHeatmap(counts, celda.mod, nfeatures = 25, ...)
| counts | Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate `celda.mod`. |
|---|---|
| celda.mod | Celda object of class "celda_G". |
| nfeatures | Integer. Maximum number of features to select for each module. Default 25. |
| ... | Additional parameters. |
celda.sim = simulateCells("celda_G") celda.mod = celda_G(celda.sim$counts, L=celda.sim$L, nchains=1, max.iter=1)#>#>#>#>#>#>#>#>#>#>#>