https://github.com/multiomics-analytics-group/vuecore
Visualization library for omics data
https://github.com/multiomics-analytics-group/vuecore
plotting visualization
Last synced: 11 months ago
JSON representation
Visualization library for omics data
- Host: GitHub
- URL: https://github.com/multiomics-analytics-group/vuecore
- Owner: Multiomics-Analytics-Group
- License: mit
- Created: 2023-06-12T09:13:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T12:39:43.000Z (11 months ago)
- Last Synced: 2025-04-12T06:53:56.020Z (11 months ago)
- Topics: plotting, visualization
- Language: Python
- Homepage: https://vuecore.readthedocs.io
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualization Core (vuecore) library
Visualization library for omics data.
See also acore and vuegen.
## Installation
### Latest stable release from PyPI
```bash
pip install vuecore
```
### Latest development version from GitHub
Clone this repository and then install using pip the development version in
editable mode:
```bash
# git clone https://github.com/Multiomics-Analytics-Group/vuecore.git
# cd vuecore
pip install -e '.[dev]'
```