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

getters / setters for altExp #36

Closed kevinrue closed 4 years ago

LTLA commented 4 years ago

Needs to error out upon invalid indices. Don't bother putting deprecation warnings this time.

LTLA commented 4 years ago

altExps<- needs to enforce names in the same way that reducedDims<- does.

Also, there are a bunch of tryCatch statements for combining and subsetting; these need to use conditionMessage() as well.