https://github.com/multiomics-analytics-group/acore
Functionality to preprocess and analyse multi-omics data
https://github.com/multiomics-analytics-group/acore
analysis omics omics-data-integration preprocessing-data
Last synced: 3 months ago
JSON representation
Functionality to preprocess and analyse multi-omics data
- Host: GitHub
- URL: https://github.com/multiomics-analytics-group/acore
- Owner: Multiomics-Analytics-Group
- License: other
- Created: 2023-06-09T11:52:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T11:55:10.000Z (about 1 year ago)
- Last Synced: 2025-04-12T06:53:54.757Z (about 1 year ago)
- Topics: analysis, omics, omics-data-integration, preprocessing-data
- Language: Python
- Homepage: https://analytics-core.readthedocs.io
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
==============
Analytics Core
==============
.. start-badges
.. list-table::
:stub-columns: 1
* - docs
- |docs|
* - tests
- | |Pylint|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
.. |docs| image:: https://readthedocs.org/projects/acore/badge/?style=flat
:target: https://analytics-core.readthedocs.io/
:alt: Documentation Status
.. |Pylint| image:: https://github.com/Multiomics-Analytics-Group/acore/actions/workflows/tox-gha.yml/badge.svg
:alt: GitHub Actions Tox Status
:target: https://github.com/Multiomics-Analytics-Group/acore/actions/workflows/tox.yml
.. |version| image:: https://img.shields.io/pypi/v/acore.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/acore
.. |wheel| image:: https://img.shields.io/pypi/wheel/acore.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/acore
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/acore.svg
:alt: Supported versions
:target: https://pypi.org/project/acore
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/acore.svg
:alt: Supported implementations
:target: https://pypi.org/project/acore
.. end-badges
A Python package with statistical functions to analyse multimodal molecular data
* Free software: GNU General Public License v3
* Documentation: https://analytics-core.readthedocs.io.
PyPI Installation
=================
::
pip install acore
You can also install the in-development version with::
pip install https://github.com/Multiomics-Analytics-Group/acore/archive/main.zip
Development
===========
To run all the tests run::
pytest