-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Subset HDF5AnnData? #189
Comments
Subsetting a There should probably be a nicer error message when people try to subset though as I can see people trying to do that. |
Fine. Thanks for your answer! |
@lazappi We could implement an AnnDataView class, so that we can subset AnnData objects. Wdyt? |
I'm not sure that helps for the file-backed interfaces. I would probably check what Python let's you do and try to replicate that. |
Hi, is it possible to subset HDF5AnnData? I tried adata[adata$obs['label']=='int_label',] and encounterd the error "object of type 'environment' is not subsettable".
Thanks in advance!
The text was updated successfully, but these errors were encountered: