-
Notifications
You must be signed in to change notification settings - Fork 25
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
The first element of assays in SE might be a matrix when using DESeq2 method #269
base: master
Are you sure you want to change the base?
Conversation
@mikelove in case you have any opinion |
Great! |
Thanks for the PR @xiangpin ! Maybe I'm missing the obvious but why should we add a assay that is a dataframe where DESeq2 needs counts. I fail to see the use-case could you be more explicit? |
I would say that having a data.frame instead of matrix in the SummarizedExperiment is not typical. |
Yes, a |
As the original SE is not changed (but only just the DESeq2 object, passed to the internals for reproducibility, is), I think this PR is great. @xiangpin The only thing I ask before pushing is a unit test that would fail before PR (current master) and produce the expected result with the PR. Thanks for this PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @xiangpin, thanks for the pull request.
Please add a unit test that would fail before PR (current master) and produce the expected result with the PR.
The related issue
when convert it to matrix, it works