maplot {StabPerf} | R Documentation |
Makes an MA plot, given two vectors of expression values. Similar to plotMA (See plotMA) from the affy package, except that this method requires no special affy
objects and works on plain vanilla data.
maplot(p1, p2)
p1 |
numeric. Vector of 1st sample's expression values. |
p1 |
numeric. Vector of 2ns sample's expression values. |
A LOESS spline is drawn through the point cloud as additional measure of centrality.
Dudoit S, Yang YH, Callow MJ, Speed TP: Statistical methods for identifying differentially expressed genes in replicated cDNA microarray experiments. Technical Report 578. Berkeley CA, UC Berkeley, 2000, p 38
maplot(data[,1], data[,3])