Embed a Genclarus widget
Every gene and variant in the Genclarus corpus has a compact, embeddable version of its page — a cited, plain-language explanation with sources and a disclaimer, sized to drop into an <iframe>on your own site. No script, no account, no request-time inference: it's the same precomputed, cited record the full page renders.
Embed a gene
/embed/gene/[symbol] — e.g. BRCA1.
<iframe
src="https://genclarus.com/embed/gene/BRCA1"
width="100%"
height="480"
style="border:1px solid #e4e4e7;border-radius:12px"
loading="lazy"
title="Genclarus gene/variant explainer"
></iframe>Embed a variant
/embed/variant/[rsid] — e.g. rs6025.
<iframe
src="https://genclarus.com/embed/variant/rs6025"
width="100%"
height="480"
style="border:1px solid #e4e4e7;border-radius:12px"
loading="lazy"
title="Genclarus gene/variant explainer"
></iframe>Coverage & scope
- Only identifiers already in the corpus render — 67 genes and 106 variants today. An unknown symbol or rsID 404s rather than falling back to live lookup, so an embed only ever serves precomputed, source-cited corpus content.
- Every explanation is Tier 0: precomputed, cited public-record content. Nothing here is personalized or clinical advice — see the disclaimer on each embedded card.
- Widgets carry a "Powered by Genclarus" link back to the full page.