Acore Documentation#
#
ACore is Python package with statistical functions to analyse multimodal molecular data
ACore is Python package with statistical functions to analyse multimodal molecular data. It is part of a broader ecosystem of tools for multi-omics analysis, working in conjunction with [VueCore][acore] and VueGen to enable end-to-end data processing, visualization, and reporting.# Installation
Tip
It is recommended to install ACore inside a virtual environment to manage depenendencies and avoid conflicts with existing packages. You can use the virtual environment manager of your choice, such as poetry, conda, or pipenv.
Pip#
ACore is available on PyPI and can be installed using pip:
pip install acore
You can also install the package for development by cloning this repository and running the following command:
Warning
We assume you are in the root directory of the cloned repository when running this command. Otherwise, you need to specify the path to the acore directory.
pip install -e '.[dev]'