SummarizedExperiment icon indicating copy to clipboard operation
SummarizedExperiment copied to clipboard

Implement an all.equal() method for SummarizedExperiment objects that performs a "deep comparison"

Open hpages opened this issue 5 years ago • 0 comments

all.equal() on SummarizedExperiment objects needs to perform a "deep comparison" in order to avoid false positives or false negatives. In particular this means that it must perform a deep comparison between the assays slots of the 2 objects. This deep comparison will be expensive when the assay data is on disk but hey, the end user should realize that s/he is asking for a deep comparison so should be ready to pay the cost.

hpages avatar May 16 '19 08:05 hpages