VueCore is a Python package for creating interactive and static visualizations of multi-omics data
VueCore is part of a broader ecosystem of tools for multi-omics analysis, working in conjunction with ACore and VueGen to enable end-to-end data processing, visualization, and reporting.
pip install vuecore
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]'