Re: [Bioc-devel] MultiAssayExperiment Subsetting Fails if Column Data Has One Column

2017-09-13 Thread Marcel Ramos
Dear Dario, Thank you for your report, this is resolved in MultiAssayExperiment 1.3.35. Sorry for the noise everyone. Regards, Marcel On 09/12/2017 11:00 PM, Dario Strbenac wrote: > Good day, > > Subsetting a MultiAssayExperiment object fails if the column data has one > column but not 2

[Bioc-devel] MultiAssayExperiment Subsetting Fails if Column Data Has One Column

2017-09-12 Thread Dario Strbenac
Good day, Subsetting a MultiAssayExperiment object fails if the column data has one column but not 2 or more columns. Perhaps drop = FALSE is missing for the DataFrame subsetting. A minimal example is: rowColNames <- list(paste0("Gene", 1:10), paste0("Person", 1:10)) aTable <-