← Genclarus

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