plotBackVar: Function for plottinhg the background model of gene...

View source: R/VarID_functions.R

plotBackVarR Documentation

Function for plottinhg the background model of gene expression variability

Description

This function plots the variance against mean expression across all genes and a second order polynomial to the variance-mean dependence in log space. It also plots a local regression.

Usage

plotBackVar(x)

Arguments

x

List object returned by function fitBackVar or list object returned by function pruneKnn (if it was run with FSelect=TRUE).

Value

None

Examples

bg <- fitBackVar(intestinalDataSmall)
plotBackVar(bg)

dgrun/RaceID3_StemID2_package documentation built on Nov. 26, 2024, 4:11 a.m.