div class="preformatted">
With a recent update of bioconductor it appears to me that a little
bug has
been introduced into plotMA() in the limma package:
Selecting...with plotMA(foo, array=2) does not work
anymore if foo is an RGList.
The reason seems to be a small change in the respective part of the
source code
from
MA <- MA.RG(MA[, array])
array <- 1
in limma 2.12.0 (2…
