Learn R Programming

rliger (version 1.0.0)

calcGeneVars: Calculate variance of gene expression across cells in an online fashion

Description

This function calculates the variance of gene expression values across cells for hdf5 files.

Usage

calcGeneVars(object, chunk = 1000, verbose = TRUE)

Arguments

object

liger object. The input raw.data should be a list of hdf5 files. Should call normalize and selectGenes before calling.

chunk

size of chunks in hdf5 file. (default 1000)

verbose

Print progress bar/messages (TRUE by default)

Value

liger object with scale.data slot set.