voyagerpy.utils.get_stat_clusters#
- voyagerpy.utils.get_stat_clusters(adata: AnnData, clust: str | int, cluster: str = 'cluster') dict#
Get differential expression statistics on genes for a given cluster, against all other clusters.
- Parameters:
- Returns:
Dictionary with 3 entries, p values, test statistics and effect sizes, defined for each gene and each cluster paired with the one in the clust parameter.
- Return type: