Open LiNk-NY opened 5 years ago
This would require the merging in this line: https://github.com/Bioconductor/SummarizedExperiment/blob/7df70dc87fe2dce6f8716b199d0a7163c856ef5d/R/RangedSummarizedExperiment-class.R#L230
I ran into this issue recently and it did surprise me.
Hi Hervé, @hpages I have an example here:
Shouldn't
rowData(ss)
be a combination of the previous object'srowData
and themcols
of the mergedGRanges
, i.e.,DataFrame(rowData(ss), mcols(gr))
?Thank you, Marcel