-
Notifications
You must be signed in to change notification settings - Fork 64
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
ENH Anndata integration #66
Conversation
…n synthetic outlier-less dataset (wip)
…nndata views as it leads to speed improvements
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.
Congrats for the big refactoring work @BorisMuzellec ! The code seems correct to me. I have many cosmetic remarks that we can discuss in the comments. I think we'll be able to merge at the second pass.
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.
🎉 Let's merge! Thanks for all the changes @BorisMuzellec
This PR aims to support the AnnData data structure towards the integration of pydeseq2 to scverse (#15).
More precisely:
DeseqDataSet
class now extends theAnnData
class. As such, it inherits from all methods and attributes ofAnnData
, and parameters (such as size_factors and LFCs) are now stored in the relevantAnnData
fields (e.g.obsm
andvarm
),DeseqStats
was updated accordingly,AnnData
class inheritance,