clust.avg.exp {iCellR}R Documentation

Create a data frame of mean expression of genes per cluster

Description

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

Usage

clust.avg.exp(x = NULL, data.type = "main")

Arguments

x

An object of class iCellR.

data.type

Choose from "main" and "imputed", default = "main"

Value

An object of class iCellR.

Examples

demo.obj <- clust.avg.exp(demo.obj)

head(demo.obj@clust.avg)

[Package iCellR version 1.5.1 Index]