plotPearsonRes: Function for plotting the variance of Pearson residuals
Description
This function plots the variance versus the mean of the Pearson residuals obtained by the negative binomial regression computed by the function compY if regNB is TRUE. A local regression is also shown.
Usage
plotPearsonRes(y, log = FALSE, ...)
Value
None
Arguments
y
List object returned by the compNoise or pruneKnn function (if run with regNB=TRUE).
log
logical. If TRUE then the y-axis is log-transformed. Default is FALSE.