[Bioc-devel] Minor (impossible to trigger?) bug in assay, SummarizedExperiment0, character-method
Peter Hickey
peter.hickey at gmail.com
Sat Oct 10 03:29:16 CEST 2015
See https://github.com/Bioconductor-mirror/SummarizedExperiment/blob/744eea36e9f8ee4daea00baa7a1d9eea68d957ca/R/SummarizedExperiment0-class.R#L210
I think it should be 'i = assayNames(x)[1]'.
I say it is impossible to trigger because I don't think this method is
ever called since if 'i' is missing the
assay,SummarizedExperiment0,missing-method will be called, but I point
it out in case I'm mistaken.
Cheers,
Pete
More information about the Bioc-devel
mailing list