Example in The R Programming Language
library(affy) if (require(affydata)) { data(Dilution) } y <- (exprs(Dilution)) x11 ma.plot( rowMeans(log2(y)), log2(y)-log2(y), cex=1 ) title("Dilutions Dataset (array 20B v 10A)") library(preprocessCore) #do a quantile normalization x <- normalize.quantiles(y) x11 ma.plot( rowMeans(log2(x)), log2(x)-log2(x), cex=1 ) title("Post Norm: Dilutions Dataset (array 20B v 10A)") Post Normalization MA Plots.Read more about this topic: MA Plot
Famous quotes containing the words programming and/or language:
“If there is a price to pay for the privilege of spending the early years of child rearing in the drivers seat, it is our reluctance, our inability, to tolerate being demoted to the backseat. Spurred by our success in programming our children during the preschool years, we may find it difficult to forgo in later states the level of control that once afforded us so much satisfaction.”
—Melinda M. Marshall (20th century)
“Public speaking is done in the public tongue, the national or tribal language; and the language of our tribe is the mens language. Of course women learn it. Were not dumb. If you can tell Margaret Thatcher from Ronald Reagan, or Indira Gandhi from General Somoza, by anything they say, tell me how. This is a mans world, so it talks a mans language.”
—Ursula K. Le Guin (b. 1929)