.gitignore
.readthedocs.yaml
AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE.md
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/cicd.yml
.github/workflows/PULL_REQUEST_TEMPLATE/README.md
.github/workflows/PULL_REQUEST_TEMPLATE/module.md
docs/.gitignore
docs/Makefile
docs/README.md
docs/authors.md
docs/conf.py
docs/contributing.md
docs/fetch_files.py
docs/history.md
docs/index.md
docs/split_readme.py
docs/api_examples/ANCOVA_analysis.ipynb
docs/api_examples/ANCOVA_analysis.py
docs/api_examples/Download_PRIDE_data.ipynb
docs/api_examples/Download_PRIDE_data.py
docs/api_examples/batch_correction.ipynb
docs/api_examples/batch_correction.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
docs/images/logo/acore_logo.png
docs/images/logo/acore_logo.svg
docs/images/logo/acore_logo_small.png
docs/images/logo/acore_logo_small.svg
example_data/README.md
example_data/MTBLS13311/.gitignore
example_data/MTBLS13311/MTBLS13411_meta_data.csv
example_data/MTBLS13311/MTBLS13411_processed_data.csv
example_data/MTBLS13311/README.md
example_data/MTBLS13311/a_MTBLS13411_LC-MS_alternating_hilic_metabolite_profiling.txt
example_data/MTBLS13311/m_MTBLS13411_LC-MS_alternating_hilic_metabolite_profiling_v2_maf.tsv
example_data/MTBLS13311/process.py
example_data/MTBLS13311/s_MTBLS13411.txt
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
example_data/syntethic_pep_enrichment/0_data_creation.py
example_data/syntethic_pep_enrichment/1_analysis.py
example_data/syntethic_pep_enrichment/README.md
example_data/syntethic_pep_enrichment/data/annotations.csv
example_data/syntethic_pep_enrichment/data/regulation_data.csv
src/acore/__init__.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/batch_correction/__init__.py
src/acore/correlation_analysis/__init__.py
src/acore/decomposition/__init__.py
src/acore/decomposition/pca.py
src/acore/decomposition/umap.py
src/acore/differential_regulation/__init__.py
src/acore/differential_regulation/format_test_table.py
src/acore/differential_regulation/tests.py
src/acore/enrichment_analysis/__init__.py
src/acore/enrichment_analysis/annotate.py
src/acore/enrichment_analysis/statistical_tests/fisher.py
src/acore/enrichment_analysis/statistical_tests/kolmogorov_smirnov.py
src/acore/exploratory_analysis/__init__.py
src/acore/imputation_analysis/__init__.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/kaplan_meier_analysis/__init__.py
src/acore/multiple_testing/__init__.py
src/acore/network_analysis/__init__.py
src/acore/normalization/__init__.py
src/acore/normalization/strategies.py
src/acore/power_analysis/__init__.py
src/acore/publications_analysis/__init__.py
src/acore/sklearn/__init__.py
src/acore/tda_analysis/__init__.py
src/acore/types/__init__.py
src/acore/types/differential_analysis.py
src/acore/types/enrichment_analysis.py
src/acore/types/exploratory_analysis.py
tests/__init__.py
tests/test_correlation.py
tests/test_differential_regulation.py
tests/test_exploratory.py
tests/test_multiple_testing.py
tests/test_normalization.py
tests/enrichment_analysis/test_annotate.py
tests/enrichment_analysis/test_enrichment.py
tests/types/test_init.py