-
Notifications
You must be signed in to change notification settings - Fork 6
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
Explore Xarray as the basis for a genetic toolkit API #5
Labels
Comments
eric-czech
changed the title
Try xarray over Dask in large dataset benchmarks
Explore Xarray as the basis for a genetic toolkit API
Apr 12, 2020
Notable Xarray limitations found so far are:
Note: some of these were aggregated from https://github.com/related-sciences/rs-platform/issues/19#issuecomment-594211481 |
12 tasks
There isn't much remaining doubt about Xarray. Updates on some of the limitations above:
The others are still legitimate limitations but don't affect core GWAS operations. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure what advantages having labeled axes has for big call matrices, but xarray may make sense as a way to carry along the variant and sample metadata (as opposed to dask dfs). It will be worth a shot to see how useful that interface is.
The text was updated successfully, but these errors were encountered: