Learn R Programming

iCellR (version 1.6.7)

gene.stats: Make statistical information for each gene across all the cells (SD, mean, expression, etc.)

Description

This function takes an object of class iCellR and provides some statistical information for the genes.

Usage

gene.stats(x = NULL, which.data = "raw.data", each.cond = FALSE)

Value

An object of class iCellR.

Arguments

x

An object of class iCellR.

which.data

Choose from "raw.data" or "main.data", default = "raw.data".

each.cond

If TRUE each condition will be calculated, default = FALSE.