normalizeVSN(x, ...)matrix, EListRaw or RGList object.vsnx is a matrix, then the result is a matrix of the same size.
If x is an EListRaw object, then an EList object with expression values on the log2 scale is produced.
For x is an RGList, then an MAList object with M and A-values on the log2 scale is produced.
vsnMatrix function from the vsn package.
The input x should contain raw intensities.
If x contains background and well as foreground intensities, these will be subtracted from the foreground intensities before vsnMatrix is called.Note that the vsn algorithm performs background correction and normalization simultaneously. If the data are from two-color microarrays, then the red and green intensities are treated as if they were single channel data, i.e., red and green channels from the same array are treated as unpaired. This algorithm is therefore separate from the backgroundCorrection, normalizeWithinArrays, then normalizeBetweenArrays paradigm used elsewhere in the limma package.
ngenes <- 100
narrays <- 4
x <- matrix(rnorm(ngenes*narrays),100,4)
y <- normalizeVSN(x)
Run the code above in your browser using DataLab