boxplotNegCtrl {Agi4x44PreProcess} | R Documentation |
For each array, it shows the boxplot for the genes (red) and negative controls (green)
boxplotNegCtrl(RGlist, Log2, channel)
RGlist |
An RGlist object |
Log2 |
logical, if TRUE it assumes that the data are in log2 scale |
channel |
if 'channel=R', then uses the data stored in dd$R, if channel is missing or 'channel =G' then the data stored in dd$G is used |
It allows the comparison of the gene signals with the signals of the negative controls.
Pedro Lopez-Romero
## Not run: data(dd) boxplotNegCtrl(dd,Log2=FALSE,channel="G") ## End(Not run)