Learn R Programming

RaceID (version 0.2.3)

plotBackVar: 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)

Value

None

Arguments

x

List object returned by function fitBackVar or list object returned by function pruneKnn.

Examples

Run this code
res <- pruneKnn(intestinalDataSmall,metric="pearson",knn=10,alpha=1,no_cores=1,FSelect=FALSE)
plotBackVar(res)

Run the code above in your browser using DataLab