Function for regressing out the mean-variance dependence. This function corrects for the systematic dependence of the variance on the mean by a local regression.
corrVar(m, v, span = 0.75, degree = 2)
Vector of corrected variance estimates.
Vector of mean expression estimates for a set of genes.
Vector of variance etsimates for a set of genes.
Parameter for the local regression. See help(loess). Default value is 0.75.
Parameter for the local regression. See help(loess). Default value is 2.