Re: [Bioc-devel] normalize_names_replacement_value error with colnames<- on SummarizedExperiment

2019-06-12 Thread Pages, Herve
On 6/12/19 08:26, Vincent Carey wrote: > remedied by installation of latest S4Vectors/SummarizedExperiment from git Good. I just fixed this in git/github 5 min ago: https://github.com/Bioconductor/SummarizedExperiment/commit/01aa07a87b72b7423bea38028fffba4e896fdcf3 H. > > On Wed, Jun 12,

Re: [Bioc-devel] normalize_names_replacement_value error with colnames<- on SummarizedExperiment

2019-06-12 Thread Vincent Carey
remedied by installation of latest S4Vectors/SummarizedExperiment from git On Wed, Jun 12, 2019 at 10:53 AM Vincent Carey wrote: > my installation of Bioc 3.10 passes valid() > > > > ee = SummarizedExperiment(assay=data.matrix(mtcars)) > > > ee > > class: SummarizedExperiment > > dim: 32 11 > >

[Bioc-devel] normalize_names_replacement_value error with colnames<- on SummarizedExperiment

2019-06-12 Thread Vincent Carey
my installation of Bioc 3.10 passes valid() > ee = SummarizedExperiment(assay=data.matrix(mtcars)) > ee class: SummarizedExperiment dim: 32 11 metadata(0): assays(1): '' rownames(32): Mazda RX4 Mazda RX4 Wag ... Maserati Bora Volvo 142E rowData names(0): colnames(11): mpg cyl ... gear