Skip to content
Prev 1972 / 21312 Next

[Bioc-devel] limma and NChannelSet

Audrey Kauffmann wrote:
Hi Audrey --

Unfortunately, NChannelSet doesn't specify the names of the channels, so
there is no certainty that it contains R and G.

The 'convert' library defines a method as(rglist, "NChannelSet") which
might provide additional data to be moved between classes, e.g.,

  library(convert)
  selectMethod(coerce, c("RGList", "NChannelSet"))

Martin