Skip to content
Prev 8319 / 21307 Next

[Bioc-devel] Unexpected behaviour with Assays and Vector classes

Hi Aaron,
On 11/15/2015 12:37 PM, Aaron Lun wrote:
Good point. The same argument could actually be used for the names:

   > x <- c(a=1, b=2, c=3, d=4)
   > names(x[1]) <- "ZZ"
   > x
   a b c d
   1 2 3 4

Anyway, you convinced me that we should not try to follow too closely
the names model for how we treat metadata columns. If nobody objects,
I'll change the behavior of the various "replaceROWS" methods in the
S4Vectors stack and make sure that they all transfer the metadata
columns from 'value' to 'x'.

Cheers,
H.