.gitignore
CHANGES.txt
LICENSE
README.md
setup.py
.github/workflows/codeql-analysis.yml
.github/workflows/python-app.yml
docs/.gitignore
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/TCGA_files.rst
docs/source/conf.py
docs/source/converter.rst
docs/source/geneontology.rst
docs/source/gtex.rst
docs/source/hsbmpy.rst
docs/source/hypergeom.rst
docs/source/index.rst
docs/source/lda.rst
docs/source/tableanalyser.rst
docs/source/tacos_plot.rst
test/test.py
test/fake/clustersizes.txt
test/fake/files.dat
test/fake/topicsizes.txt
test/fake/topsbm/topsbm_level_0_clusters.csv
test/fake/topsbm/topsbm_level_0_labels.csv
test/fake/topsbm/topsbm_level_0_topic-dist.csv
test/fake/topsbm/topsbm_level_0_topics.csv
test/fake/topsbm/topsbm_level_0_word-dist.csv
topicpy/__init__.py
topicpy.egg-info/PKG-INFO
topicpy.egg-info/SOURCES.txt
topicpy.egg-info/dependency_links.txt
topicpy.egg-info/requires.txt
topicpy.egg-info/top_level.txt
topicpy/TCGA_files/TCGA_files.py
topicpy/TCGA_files/__init__.py
topicpy/converter/__init__.py
topicpy/converter/converter.py
topicpy/geneontology/__init__.py
topicpy/geneontology/geneontology.py
topicpy/gtex/__init__.py
topicpy/gtex/gtex.py
topicpy/hsbmpy/__init__.py
topicpy/hsbmpy/hsbmpy.py
topicpy/hypergeom/__init__.py
topicpy/hypergeom/hypergeom.py
topicpy/lda/__init__.py
topicpy/lda/lda.py
topicpy/tableanalyser/__init__.py
topicpy/tableanalyser/gene_conversions.txt
topicpy/tableanalyser/tableanalyser.py
topicpy/tacos_plot/__init__.py
topicpy/tacos_plot/tacos_plot.py