Skip to content

[Bioc-devel] GenomicRanges::assays

7 messages · Martin Morgan, Tim Triche, Jr., Kasper Daniel Hansen

#
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: