drisso / SingleCellExperiment

Clone of the Bioconductor repository for the SingleCellExperiment package, see https://bioconductor.org/packages/devel/bioc/html/SingleCellExperiment.html for the official development version.
63 stars 17 forks source link

Refactor #33

Closed LTLA closed 4 years ago

LTLA commented 4 years ago

This simplifies the internal structure by removing the need for an explicit reducedDims slot. Now it is simply part of int_colData as nested matrices, allowing us to recycle the same machinery.