| clust.avg.exp | 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",
  conds.to.avg = NULL,
  rounding.digits = 4,
  low.cell.filt = 5,
  round.num = FALSE
)
| x | An object of class iCellR. | 
| data.type | Choose from "main", "atac", "atac.imputed" and "imputed", default = "main" | 
| conds.to.avg | Choose the conditions you want to average, default = NULL (all conditions). | 
| rounding.digits | integer indicating the number of decimal places (round) or significant digits (signif) to be used. | 
| low.cell.filt | filter out clusters with low number of cells, default = 5. | 
| round.num | Rounding of Numbers, default = FALSE. | 
An object of class iCellR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.