-
Notifications
You must be signed in to change notification settings - Fork 660
Labels
Area – APIAPI designAPI designMetaA meta-request to be implemented in multiple stepsA meta-request to be implemented in multiple steps
Description
Candidates found from this zulip message, listed sub-issues, and by searching .indices
in the scanpy codebase
definitely:
-
asarray
(anndata. very handy.)to_dense(cs_matrix)
(scanpy. probably good as implementation detail forasarray
)
-
get_mean_var
(scanpy. one of the most complete, optimized pieces we have) -
is_constant
(scanpy. quite complete and very basic functionality)
likely:
elem_mul
(scanpy)axis_mul_or_truediv
(scanpy. should probably be fused withelem_mul
)
axis_nnz
(scanpy)scale
(scanpy. is currently singledispatch with support for anndata and arrays)
maybe:
gearys_c
/morans_i
(scanpy. maybe out of scope?)top_segment_proportions
(scanpy. maybe a bit niche? We have Gearys C and Morans I As Public API fast-array-utils#82 for it, but maybe metrics should live elsewhere?)calculate_residuals
(scanpy. maybe too niche?)
Sub-issues
Metadata
Metadata
Assignees
Labels
Area – APIAPI designAPI designMetaA meta-request to be implemented in multiple stepsA meta-request to be implemented in multiple steps