We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Additional function parameters / changed functionality / changed defaults?
Meta issue tracking scanpy functions without dask support
Related #921
First we should test things more generically:
array_type
@ivirshup came up with places where we should prioritize dask support:
normalize_total
log1p
normalize_per_cell
filter_cells
*_genes
filter_genes
sc.pp.pca
covariance_eigh
sc.pp.calculate_qc_metrics
calculate_qc_metrics
dask
sc.pp.highly_variable_genes
sc.tl.rank_genes_groups
Later:
The text was updated successfully, but these errors were encountered:
For the highly_variable_genes dask support, are you also considering cases where the dask chunks are scipy sparse matrices?
Sorry, something went wrong.
Not currently, but since the scope of that PR got reduced, it shouldn’t be too much work.
flying-sheep
No branches or pull requests
What kind of feature would you like to request?
Additional function parameters / changed functionality / changed defaults?
Please describe your wishes
Meta issue tracking scanpy functions without dask support
Related #921
First we should test things more generically:
array_type
fixture to use in all tests for features below@ivirshup came up with places where we should prioritize dask support:
normalize_total
log1p
,normalize_per_cell
,filter_cells
/*_genes
:log1p
,normalize_per_cell
,filter_cells
/filter_genes
#2814sc.pp.pca
: Dask PCA support #2563 Implement sparsecovariance_eigh
PCA using Dask #3263sc.pp.calculate_qc_metrics
(feat):calculate_qc_metrics
withdask
#3307sc.pp.highly_variable_genes
:sc.tl.rank_genes_groups
: Handle Dask arrays in some utilities #2621Later:
The text was updated successfully, but these errors were encountered: