gene.stats: Make statistical information for each gene across all the...

gene.statsR Documentation

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

Description

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

Usage

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

Arguments

x

An object of class scSeqR.

which.data

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

Value

An object of class scSeqR.

Examples

## Not run: 
my.obj <- gene.stats(my.obj, which.data = "main.data")

## End(Not run)

rezakj/scSeqR documentation built on March 28, 2022, 12:17 p.m.