Skip to content
Prev 13942 / 21312 Next

[Bioc-devel] Help with class lost after subsetting.

On 08/28/2018 11:46 AM, Herv? Pag?s wrote:
ERRATA: It seems that MultiAssayExperiment have one more slot,
the "drops" slot, that the code above does not modify so this would
be one more reason IMO to use BiocGenerics:::replaceSlots() instead
of something like initialize(x, ExperimentList = ..., ) or
new(class(x),ExperimentList = ..., ).

H.