Learn R Programming

RaceID (version 0.3.9)

calcVarFit: Function for calculating the total variance fit

Description

This function calculates a total variance fit comprising sampling noise, global cell-to-cell variability of transcript counts, and biological variability.

Usage

calcVarFit(noise, norm = FALSE)

Value

Matrix of total variance fits.

Arguments

noise

List of noise parameters returned by compTBNoise.

norm

Logical. If TRUE then total variance is normalized by the technical noise component (i.e., sampling noise plus global cell-to-cell variability in transcript counts.). Default is FALSE.