Bioconductor / SummarizedExperiment

A container (S4 class) for matrix-like assays
https://bioconductor.org/packages/SummarizedExperiment
33 stars 9 forks source link

Adding checkDimnames=FALSE to the SE constructor #57

Closed LTLA closed 3 years ago

LTLA commented 3 years ago

Don't know when this happened, but it looks like the SE constructor now checks for consistency in the dimnames between the rowData and colData and assays. This is fine as a default, but I'd like an option to avoid this, in much the same way that I can set withDimnames=FALSE in assays<- and assay<- to force in an assay without manual renaming.

This is motivated by two use cases:

hpages commented 3 years ago

Hi Aaron,

Added to SummarizedExperiment 1.23.5 (see commit 148803d).

Sorry for the slow response.

H.