Learn R Programming

iCellR (version 1.5.1)

clust.avg.exp: 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

Run this code
# NOT RUN {
demo.obj <- clust.avg.exp(demo.obj)

head(demo.obj@clust.avg)
# }

Run the code above in your browser using DataLab