https://github.com/alexlenail/axial
Interactive Visualizations for High Dimensional Genomics Data
https://github.com/alexlenail/axial
d3 genomics graph-visualization heatmap javascript network-visualization parallel-coordinates python r visualization
Last synced: 7 months ago
JSON representation
Interactive Visualizations for High Dimensional Genomics Data
- Host: GitHub
- URL: https://github.com/alexlenail/axial
- Owner: alexlenail
- License: mit
- Created: 2018-08-24T19:59:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T00:16:20.000Z (about 3 years ago)
- Last Synced: 2025-03-12T04:23:12.499Z (11 months ago)
- Topics: d3, genomics, graph-visualization, heatmap, javascript, network-visualization, parallel-coordinates, python, r, visualization
- Language: JavaScript
- Homepage: http://alexlenail.me/Axial/
- Size: 23.5 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Axial
#### Interactive Visualizations for High Dimensional Genomics Data
[Homepage](http://alexlenail.me/Axial/)
Axial is a data visualization library.
Unlike other data visualization libraries, Axial returns interactive html instead of png or svg.
Many of the figure configuration parameters can be dynamically set in the browser.
This makes it easier to explore one's dataset with low friction.
Axial was built with high dimensional genomics data in mind, but can readily be adapted to other data types which can suitably be visualized by one of the visualization types Axial provides.
Axial plots can be generated via python (see the [Python Docs](http://alexlenail.me/Axial/html/index.html)). Support for R is coming.
### Python
- Installation
```
pip install axial
```
- [Documentation](http://alexlenail.me/Axial/html/index.html)
### R
In progress.
### JavaScript (development)
See the [javascript docs]().