Note: if you have limited RAM (1 core needs 1G), use v0.8.11.
* Fixed ``stack overflow`` bug in module ``ssgsea`` with v0.9.0.
- drop high dimensional numpy array for computing while using ``ssgsea``, but need more running time.
- ssgsea source code: revert back to old version of 0.8.11, which with multiprocessing support.
Notes about ssGSEA
-----------------------
* ES values from ``ssgsea`` are consistent with GSVA:gsva(method='ssgsea'), see [here](https://www.bioconductor.org/packages/release/bioc/html/GSVA.html).
* download **comparison.zip** and, run these two files to compare ``gseapy.ssgsea`` and GSVA:gsva(method='ssgsea')
- test.ssgesa.gseapy.py
- test.ssgesa.R.r
[comparison.zip](https://github.com/BioNinja/GSEApy/files/1592594/comparison.zip)