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

Arbitrary dimensional slicing #83

Open
eroell opened this issue Oct 22, 2024 · 1 comment
Open

Arbitrary dimensional slicing #83

eroell opened this issue Oct 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@eroell
Copy link

eroell commented Oct 22, 2024

Is your feature request related to a problem? Please describe.
Classes that subclass AnnData can also profit from the internal organization from MuData.

Describe the solution you'd like
One cool thing to have would be MuData being slicable for more than 2 Dimensions, and passing this on to the stored objects, who should handle it themselves.

If the objects cannot handle the slicing dimensionality (e.g. AnnData right now), this would still fail gracefully.

Describe alternatives you've considered
Subclassing MuData; which we consider to do as well. This change in MuData would make it more flexible in this point, without impairing its functionality.

Additional context
Thanks for the discussion earlier @gtca !

@eroell eroell added the enhancement New feature or request label Oct 22, 2024
@eroell
Copy link
Author

eroell commented Oct 22, 2024

PR to be opened by @eroell

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