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

✨ Add to_adata method to AnnDataAccessor #752

Merged
merged 1 commit into from Jun 11, 2023
Merged

Conversation

Koncopd
Copy link
Member

@Koncopd Koncopd commented Jun 11, 2023

This allows to load subsets of AnnData into memory as actual AnnData objects.
This allows File.backed() to supersede File.stream().

@Koncopd Koncopd merged commit b1c465e into main Jun 11, 2023
5 of 7 checks passed
@Koncopd Koncopd deleted the accessor_to_adata branch June 11, 2023 15:11
@falexwolf
Copy link
Member

Thanks, @Koncopd!

Would you like me to take a crack at refactoring the streaming notebook, moving some of its content into unit tests & removing .stream() and .subsetter() from File?

@Koncopd
Copy link
Member Author

Koncopd commented Jun 11, 2023

Maybe we should leave stream without subsetting? Just to load an anndata object into memory without caching?

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

Successfully merging this pull request may close these issues.

None yet

2 participants