Skip to content

Releases: cwieder/py-ssPA

v1.0.0

26 Aug 13:57
Compare
Choose a tag to compare

Added SKlearn compatibility by adding fit(), transform(), and fit_transform() functions to all single-sample pathway analysis methods.

v0.2.1

09 Jan 10:57
Compare
Choose a tag to compare
  • Removal of rpy2 dependency for improved compatibility across systems
  • Use GSEApy as backend for GSEA and ssGSEA
  • Minor syntax changes
    • ora.ttest_res is now ora.DA_test_res (as we can implement t-test or MWU tests)
    • sspa_fgsea() is now sspa_gsea() and uses gseapy as the backend rather than R fgsea
    • sspa_gsva() is temporarily deprecated due to the need for the rpy2 compatability - use the GSVA R package

v0.1.4

03 Aug 17:40
Compare
Choose a tag to compare

What's new

  • Enable download of MetExplore metabolic network pathway collections
  • Update colab notebook with new ssPA visualisations