What's Changed * GSEA module - output: RES (running enrichment score) error fixed. 299 - output cls file - output rnk file * new `save` keyword for func `get_library()`, now can write GMT file to disk * better gene_name checking. Lowercase gene symbols will try up case implicitly if most gene symbols are not found in the given gene set
What's Changed * fix windows build for python 3.13. * Add `ax` keyword to `dotplot`, `barplot` * fix: throw error for empty gene lists in enrich by quasi-deus in https://github.com/zqfang/GSEApy/pull/278 * Update plot.py by byemaxx in https://github.com/zqfang/GSEApy/pull/281
What's Changed * Add Python 3.12 wheels * Improve Dotplot usage * Update on singlecell example nb to be compatible with missing edges and isolated nodes by Alireza-Majd in https://github.com/zqfang/GSEApy/pull/263