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",
conds.to.avg = NULL,
rounding.digits = 4,
low.cell.filt = 5,
round.num = FALSE
)
An object of class iCellR.
An object of class iCellR.
Choose from "main", "atac", "atac.imputed" and "imputed", default = "main"
Choose the conditions you want to average, default = NULL (all conditions).
integer indicating the number of decimal places (round) or significant digits (signif) to be used.
filter out clusters with low number of cells, default = 5.
Rounding of Numbers, default = FALSE.