Skip to content

v2.1.5

Choose a tag to compare

@PauBadiaM PauBadiaM released this 06 Apr 20:35
· 14 commits to main since this release

Added

  • pl.volcano now accepts a gene name (str) or list of gene names (list[str]) for the top parameter to annotate specific features on volcano plots

Changes

  • Refactored ds.ensmbl_to_symbol to reuse _download and fixed mirror fallback to actually switch between Ensembl mirrors
  • Made tqdm progress bar compact in _download

Bugfixes

  • Fixed pl.dotplot ignoring vcenter=0 due to falsy check (#293)
  • Fixed _log setting the root logging level to INFO for all packages (#296)