gseapy-v0.14.0
🚀 This version further improves the speed of calculation.
New features:
- GSEA, ssGSEA speed up 10x than NumPy implementation (<=0.10.8)
- add
read_gmt
function to parse gmt file. - add
get_library
function to download enrichr library and return a dict - add
enrich
function to make over-representation analysis less confusing when usingenrichr
- biomart API speedup: bioservices dependency is no longer needed.
Bug fixed
- dotplot, ringplot now supports GSEA results
Full Changelog: v0.13.0...v0.14.0