LICENSE
README.md
pyproject.toml
src/ncountr/__init__.py
src/ncountr/__main__.py
src/ncountr/cli.py
src/ncountr/config.py
src/ncountr/datasets.py
src/ncountr/experiment.py
src/ncountr/genesets.py
src/ncountr.egg-info/PKG-INFO
src/ncountr.egg-info/SOURCES.txt
src/ncountr.egg-info/dependency_links.txt
src/ncountr.egg-info/entry_points.txt
src/ncountr.egg-info/requires.txt
src/ncountr.egg-info/top_level.txt
src/ncountr/core/__init__.py
src/ncountr/core/de.py
src/ncountr/core/gsea.py
src/ncountr/core/normalize.py
src/ncountr/core/pathway.py
src/ncountr/core/qc.py
src/ncountr/crossplatform/__init__.py
src/ncountr/crossplatform/composition.py
src/ncountr/crossplatform/concordance.py
src/ncountr/crossplatform/correlation.py
src/ncountr/crossplatform/crossreactivity.py
src/ncountr/crossplatform/loaders.py
src/ncountr/io/__init__.py
src/ncountr/io/export.py
src/ncountr/io/geo.py
src/ncountr/io/rcc.py
src/ncountr/plotting/__init__.py
src/ncountr/plotting/correlation_plots.py
src/ncountr/plotting/de_plots.py
src/ncountr/plotting/gsea_plots.py
src/ncountr/plotting/heatmaps.py
src/ncountr/plotting/pathway_plots.py
src/ncountr/plotting/qc_plots.py
src/ncountr/plotting/style.py
tests/test_cli.py
tests/test_config.py
tests/test_crossplatform.py
tests/test_datasets.py
tests/test_de.py
tests/test_effect_sizes.py
tests/test_experiment.py
tests/test_export.py
tests/test_genesets.py
tests/test_geo.py
tests/test_gsea.py
tests/test_normalize.py
tests/test_pathway.py
tests/test_plotting.py
tests/test_qc.py
tests/test_rcc.py
tests/test_version.py