.gitignore
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/tox-gha.yml
docs/.gitignore
docs/README.md
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/api_examples/Download_PRIDE_data.ipynb
docs/api_examples/Download_PRIDE_data.py
docs/api_examples/enrichment_analysis.ipynb
docs/api_examples/enrichment_analysis.py
docs/api_examples/exploratory_analysis.ipynb
docs/api_examples/exploratory_analysis.py
docs/api_examples/jupytext.toml
docs/api_examples/normalization_analysis.ipynb
docs/api_examples/normalization_analysis.py
docs/api_examples/ovarian_cancer.ipynb
docs/api_examples/ovarian_cancer.py
example_data/README.md
example_data/PXD008541/README.md
example_data/PXD008541/process.py
example_data/PXD010372/README.md
example_data/PXD010372/meta.csv
example_data/PXD010372/process.py
example_data/PXD010372/processed/meta_patients.csv
example_data/PXD010372/processed/meta_pgs.csv
example_data/PXD010372/processed/omics.csv
example_data/PXD016278/README.md
src/acore/__init__.py
src/acore/correlation_analysis.py
src/acore/differential_regulation.py
src/acore/enrichment_analysis.py
src/acore/exploratory_analysis.py
src/acore/imputation_analysis.py
src/acore/kaplan_meier_analysis.py
src/acore/multiple_testing.py
src/acore/network_analysis.py
src/acore/power_analysis.py
src/acore/publications_analysis.py
src/acore/tda_analysis.py
src/acore/utils.py
src/acore/wgcna_analysis.py
src/acore.egg-info/PKG-INFO
src/acore.egg-info/SOURCES.txt
src/acore.egg-info/dependency_links.txt
src/acore.egg-info/requires.txt
src/acore.egg-info/top_level.txt
src/acore/decomposition/__init__.py
src/acore/decomposition/pca.py
src/acore/decomposition/umap.py
src/acore/differential_analysis/__init__.py
src/acore/differential_analysis/format_test_table.py
src/acore/differential_analysis/tests.py
src/acore/io/__init__.py
src/acore/io/ftp.py
src/acore/io/http.py
src/acore/io/pride.py
src/acore/io/uncompress.py
src/acore/io/uniprot/__init__.py
src/acore/io/uniprot/uniprot.py
src/acore/normalization/__init__.py
src/acore/normalization/strategies.py
src/acore/sklearn/__init__.py
tests/__init__.py
tests/test_correlation.py
tests/test_differential_regulation.py
tests/test_enrichment.py
tests/test_exploratory.py
tests/test_multiple_testing.py
tests/test_normalization.py