Acore Documentation

Acore Documentation#

ACore Logo#

ACore is Python package with statistical functions to analyse multimodal molecular data

Information

Links

Package

PyPI Latest Release Supported versions Supported implementations License: GPL v3

Documentation

View - Documentation made-with-sphinx-doc Docs CC BY 4.0

Build

CI

Discuss on GitHub

GitHub issues GitHub pull requests

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]'

Indices and tables#