GGenomics UI
Components/Viewers

Ramachandran

@genomics/ramachandran

φ/ψ dihedral scatter for structure validation.

Preview

helixsheetloop
120 residues
Use left and right arrow keys to step between points, Home and End for the first and last, Enter to select, Escape to clear.

About

Plots each residue at its (phi, psi) with the canonical favored regions shaded (α-helix, β-sheet, left-handed α) and points colored by secondary-structure type. Wired to coordinate-link: hover/click a point to broadcast its residue; incoming linked selection rings the matching point.

Usage

import { Ramachandran } from "@/components/ui/ramachandran"

<Ramachandran points={[{ residue: 1, phi: -63, psi: -43, ss: "helix" }]} />
Source: components/ui/ramachandran.tsx