



AI-native genomic diagnostics library enabling instant genomic analysis on any device, including phones and browsers, in milliseconds without cloud, GPU, or subscription. Supports mutation detection with Bayesian calling, DNA-to-protein translation using GNNs, biological age prediction, drug dosing, health risk scoring, biomarker streaming with anomaly detection, genome similarity search via HNSW k-mer vectors, and .rvdna feature storage.
Loading more......
rvDNA puts genomic diagnostics on any device — a phone, a laptop, a browser tab — in 12 milliseconds. Private by default, no cloud or GPU required.
| What It Does | How |
|---|---|
| Find mutations (sickle cell, cancer) | Bayesian variant calling, 155 ns/SNP |
| Translate DNA to protein | Full codon table + GNN contact graphs |
| Predict biological age | Horvath clock, 353 CpG sites |
| Recommend drug doses | CYP2D6 star alleles + CPIC guidelines |
| Score health risks | 20 SNPs, 6 gene-gene interactions, composite risk scoring in 2 µs |
| Stream biomarker data | Real-time anomaly detection, CUSUM changepoints, >100k readings/sec |
| Search genomes by similarity | HNSW k-mer vectors, O(log N) |
| Store pre-computed AI features | .rvdna binary format — open and instant |
cargo add rvdna # Rust
npm install @ruvector/rvdna # JavaScript / TypeScript
Free and open-source.