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

Use AnnData as a component rather than a superclass of DeseqDataSet #331

Open
BorisMuzellec opened this issue Oct 31, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@BorisMuzellec
Copy link
Collaborator

This would offer more flexibility and robustness wrt future AnnData development.

E.g., as pointed out by @grst, his would also allow storing the anndata if the user has stored that elsewhere, and using lazy loading on the h5ad which is not possible using pickle.

Beside, composition is usually better practice than inheritance.

@BorisMuzellec BorisMuzellec added the enhancement New feature or request label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant