Tools#
Filtering#
|
Filter an AnnData object to retain only markers specified in the |
|
Filter cells in an AnnData object by a range of values for a specified feature. |
|
Filter cells by annotation in a geojson file using spatial indexing. |
|
Filter cells by the ratio of two markers in an AnnData object. |
|
Filter out proteins that have a NaN proportion above the threshold, for each group in the grouping variable. |
Imputation#
|
Impute missing values in an AnnData object using a Gaussian distribution. |
Spatial#
|
Compute spatial autocorrelation statistics (Moran's I or Geary's C) for each gene in an AnnData object. |
|
Perform a hyperparameter search over a range of threshold values. |
Statistics#
|
Perform one-way ANOVA for all columns of an AnnData object across all groups in a categorical column. |
|
Average samples based on specified categories in adata.obs. |
|
Evaluate the variability of feature-level coefficient of variation (CV) via bootstrapping. |
|
Perform a t-test for all columns of an AnnData object between two groups. |
Utils#
|