Entering edit mode
Gundala Viswanath
▴
230
@gundala-viswanath-2872
Last seen 10.3 years ago
Using this code to generate MA-Plot.
What is the meaning of Median and IQR?
library(affy)
if (require(affydata))
{
data(Dilution)
}
y <- (exprs(Dilution)[, c("20B", "10A")])
x11()
ma.plot( rowMeans(log2(y)), log2(y[, 1])-log2(y[, 2]), cex=1 )
- G.V.
[[alternative HTML version deleted]]