microBioRust-heatmap

Crates.iomicroBioRust-heatmap
lib.rsmicroBioRust-heatmap
version0.1.0-alpha
sourcesrc
created_at2024-10-31 16:34:58.686426
updated_at2024-10-31 16:34:58.686426
descriptionMicrobiology friendly bioinformatics Rust functions
homepage
repositoryhttps://github.com/LCrossman/microBioRust
max_upload_size
id1430324
size13,776
(LCrossman)

documentation

README

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: 42

cargo fmt