Crates.io | microBioRust-heatmap |
lib.rs | microBioRust-heatmap |
version | 0.1.0-alpha |
source | src |
created_at | 2024-10-31 16:34:58.686426 |
updated_at | 2024-10-31 16:34:58.686426 |
description | Microbiology friendly bioinformatics Rust functions |
homepage | |
repository | https://github.com/LCrossman/microBioRust |
max_upload_size | |
id | 1430324 |
size | 13,776 |
This is functionality for a heatmap data visualisation in Rust WebAssembly calling d3.js
D3.js (D3 short for data-driven documents) is a Javascript library for dynamic, interactive data viz in browsers. At the moment the heatmap data is coded into the Rust lib.rs as an example, so it is currently working with fixed data and a rusty colour scheme
To install, you can build with wasm-pack 📦✨
wasm-pack build --target web
And serve it locally, for example with:
http-server .
Installation You can install http-server via brew on MacOSX or with npm