Skip to content

Multiomics-Analytics-Group/vuecore

Repository files navigation

Visualization Core (vuecore) library

Visualization library for omics data.

See also acore and vuegen.

Installation

Latest stable release from PyPI

pip install vuecore

Latest development version from GitHub

Clone this repository and then install using pip the development version in editable mode:

# git clone https://github.com/Multiomics-Analytics-Group/vuecore.git
# cd vuecore
pip install -e '.[dev]'