cyanea/Genome Browser
Running DemoWASM-powered genome viewer with multi-track support — runs entirely in the browser.
A WebAssembly-powered genome browser that runs entirely in the browser with no server-side computation. Load BAM, CRAM, VCF, bigWig, and BED files from local disk or remote URLs and visualize them with smooth scrolling and zooming.
Features
- Multi-track visualization supporting BAM/CRAM alignments, coverage, variants, and annotations
- Client-side rendering using Rust compiled to WASM for near-native performance
- Remote file support with HTTP range requests for streaming large files
- Bookmark and share specific genomic coordinates and track configurations
Performance
The browser handles BAM files with millions of reads by using indexed access and progressive rendering. Typical load times are under 2 seconds for a 100 kb region even on mid-range hardware.
Contents
2 Notebooks
3 Datasets