Skip to content
Prev 4459 / 21307 Next

[Bioc-devel] GenomicRanges::assays

The problem is that the dimnames are stored in only one location, and this is not on the assays. When you ask for the assays, the dimnames are added, triggering a full copy of the data. If the dimnames are not of interest, then

  assays(BS, withDimnames=FALSE)

This is not really ideal, so I'll give some thought to a better implementation.

Martin
----- Kasper Daniel Hansen <kasperdanielhansen at gmail.com> wrote: