Skip to content
Prev 8420 / 21312 Next

[Bioc-devel] do SummarizedExperiments really need colnames?

Thanks Peter and Aaron.

For SummarizedExperiment 1.1.9 in svn now:

For Aaron's original issue, SummarizedExperiment now allows construction from NULL colnames; it does not construct colnames.

The behavior of SummarizedExperiment with respect to colnames is to use and keep them if provided, but not to add colnames to assays if they are absent -- they are provided in the constructor to se2, so present in the assay in se2.

The inconsistency between assay colnames and colData rownames in the constrution of se3 is now (and should have been before) an error.
Error in FUN(X[[i]], ...) : 
  assay colnames() must be NULL or equal colData rownames()

Thanks for the feed back / bug reports; please let me know if there are additional issues.