Skip to content
Prev 7482 / 21312 Next

[Bioc-devel] exptData(SummarizedExperiment)

Hi Tim,

The SummarizedExperiment class is being replaced with the
RangedSummarizedExperiment class from the new SummarizedExperiment
package. This is a work-in-progress and the name and internal
representation of the RangedSummarizedExperiment class are not
finalized yet. The main goal for now is to move all the
SummarizedExperiment stuff from GenomicRanges to its own package.

Anyway, metadata() is the replacement for exptData() on
RangedSummarizedExperiment objects. It's on my list to add
an exptData method for backward compatibility.

Cheers,
H.
On 05/11/2015 04:37 PM, Tim Triche, Jr. wrote: