clust.avg.exp: Create a data frame of mean expression of genes per cluster

Description Usage Arguments Value

Description

This function takes an object of class iCellR and creates an average gene expression for every cluster.

Usage

1
2
3
4
5
6
7
clust.avg.exp(
  x = NULL,
  data.type = "main",
  conds.to.avg = NULL,
  rounding.digits = 4,
  round.num = FALSE
)

Arguments

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.

round.num

Rounding of Numbers, default = FALSE.

Value

An object of class iCellR.


iCellR documentation built on Oct. 9, 2021, 5:07 p.m.

Related to clust.avg.exp in iCellR...