Skip to content
Prev 5346 / 21312 Next

[Bioc-devel] 'droplevels' argument in `[` method for SummarizedExperiment?

On 03/12/2014 03:02 PM, Wolfgang Huber wrote:
vs. x$tissue = droplevels(x$tissue)
there are a surprising number of places were levels could be dropped -- each 
column of colData, each column of (possibly two levels of) 'mcols' on the row 
data, and the seqlevels of the row data.

Does this make sense lower in the class hierarchy, e.g., Vector, as well as 
GRanges/List?

Martin