clust.avg.exp {iCellR} | R Documentation |
This function takes an object of class iCellR and creates an average gene expression for every cluster.
clust.avg.exp(x = NULL, data.type = "main")
x |
An object of class iCellR. |
data.type |
Choose from "main" and "imputed", default = "main" |
An object of class iCellR.
demo.obj <- clust.avg.exp(demo.obj) head(demo.obj@clust.avg)