Re: [Bioc-devel] change names(assays(SummarizedExperiment)) w/o copy?

2014-05-07 Thread Martin Morgan
On 05/07/2014 12:06 PM, Michael Love wrote: hi, Is there a way that I can change the names of the assays slot of a SummarizedExperiment, without making a new copy of the data contained within? Assume I get an SE which has already been constructed, but no names on the assays() SimpleList. Hi Mi

[Bioc-devel] change names(assays(SummarizedExperiment)) w/o copy?

2014-05-07 Thread Michael Love
hi, Is there a way that I can change the names of the assays slot of a SummarizedExperiment, without making a new copy of the data contained within? Assume I get an SE which has already been constructed, but no names on the assays() SimpleList. thanks, Mike > library(GenomicRanges) > gc()