PPolySim OS
For Students · Sequence Alignment

Sequence Alignment for an insulin response

Built for students learning it for a class or exam. See the concept move instead of memorizing formulas — and check your homework intuition. Simulate an insulin response live below — adjust the inputs and watch it respond, right in your browser.

Sequence Alignment (Needleman-Wunsch)Live

Controls

Presets

The Needleman-Wunsch algorithm finds the optimal global alignment of two sequences by dynamic programming, filling a scoring matrix and tracing back the best path. It is the foundation of bioinformatics — comparing genes, proteins, and genomes. The heatmap shows the accumulated score matrix.

▶ Run in Python

Data Inspector

Alignment score0
Identity0%
Length0

Governing equation

Reading this result: Low similarity: only 0% of columns match (score 0). The optimal alignment leans on -2-penalty gaps and mismatches, so the sequences share little common structure.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

or unlock everything with Pro →

More with Sequence Alignment

Frequently asked questions

Is this good for students?
Yes — this version of "Sequence Alignment for an insulin response" is framed for students learning it for a class or exam. See the concept move instead of memorizing formulas — and check your homework intuition.
Do I need to install anything?
No. It runs in any modern browser, free, with no account required.