MVAplotMED {Agi4x44PreProcess} | R Documentation |
For each array, the M value is computed for every spot as the difference between the spot intensity in the array and the averaged intensity for that feature over the whole set of arrays
MVAplotMED(object, colorfill, maintitle)
object |
An expression matrix transformed to log2 scale |
colorfill |
color of the plot |
maintitle |
title of the plot |
Pedro Lopez-Romero
## Not run: data(dd) maintitle="MVA example" par(mfrow=c(1,1),ask=TRUE) MVAplotMED(log2(dd$G),colorfill="red",maintitle) ## End(Not run)