microBioRust-heatmap

Crates.iomicroBioRust-heatmap
lib.rsmicroBioRust-heatmap
version0.1.1-alpha
created_at2024-10-31 16:34:58.686426+00
updated_at2025-06-27 15:21:28.63859+00
descriptionMicrobiology friendly bioinformatics Rust functions
homepage
repositoryhttps://github.com/LCrossman/microBioRust
max_upload_size
id1430324
size21,385
(LCrossman)

documentation

README

heatmap

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

Commit count: 94

cargo fmt