Topyfic v0.4.0
- Add M-A plot to compare two topics based on their gene weights and calculate the modified z-score
- Compare two topics based on their gene weights
- Embedded other models to be able to use downstream analysis
- Add different statistical comparisons to compare topics i.e. Jensen–Shannon divergence
- Save train and topModel objects as a h5 file to be able to read and work it without using Python
- update topic_trait_relationships_heatmap()
Topyfic >= v0.4.17
- due to changes in
random.shuffle()
, any version >= 0.4.17 only compatible with python >= 3.9 - update structure_plot() to be faster