Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hpages opened this issue May 16, 2019 · 0 comments
Assignees

Comments

@hpages
Copy link
Contributor

hpages commented May 16, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant