Skip to content
Prev 3627 / 21312 Next

[Bioc-devel] SummarizedExperiments

Thanks for all the additional methods.  I still miss
  seqlevels, seqlengths, genome

Below,
On Wed, Sep 12, 2012 at 3:33 PM, Martin Morgan <mtmorgan at fhcrc.org> wrote:
In the abstract case it is hard to imagine combining different
SummarizedExperiments.  My usecase is almost always "additional
samples from the same experiment", and for that situation it is a lot
easier to imagine combining it.  You still need to check that the
granges are similar (and if not, expand some of the assayData with
zeroes or NA's), since the new samples may have coverage in locations
not assayed earlier.  Clearly factors are hard to handle and I assume
there are other hard to handle cases.  Nevertheless, I find such a
function incredibly useful.

I think it is entirely ok to assume that the user knows what (s)he is doing.

Kasper