Skip to content

v0.2.2

Compare
Choose a tag to compare
@marcovarrone marcovarrone released this 02 Jul 17:02
· 52 commits to main since this release

What's Changed

  • Raise ValueError on sparse array by @marcovarrone in #44
  • Complete rewrite of the pl.enrichment and adding the permutation-based computation of gr.enrichment to estimate pvalues by @marcovarrone in #47
    • Removed dependency of pl.enrichment with scanpy's dotplot.
    • p-values are shown by color (parameter pvalues)
    • Possibility to select a significance threshold (parameter significance )
    • Show also depleted label-group pairs (parameter enriched_only)
    • Show only significant pairs based on the significance threshold (parameter significant_only)
  • Fix issue with diff_nhood_enrichment when more than two conditions are present by @grst in #45

Full Changelog: v0.2.1...v0.2.2