Yu Wang, 2018
Python 3 implementation of Siqi Wu et al.'s 2016 stability NMF (staNMF)
Contains the major classes.
Example of staNMF demonstrated on Wu et al.'s 2016 drosophila spatial expression data between K=15 and K=30; Generates sample factorizations, calculates instability index, and plots instability against K
sample dataset (also available for download here)
$ pip install -e .
based on the implimentation by Amy Campbell from green lab (https://github.com/greenelab/staNMF) but with several important changes.