Class DNAPolymerase

DNA Polymerase - Synthesizes DNA by adding nucleotides to growing strand.

Hierarchy (view full)

Constructors

Properties

isActive: boolean = true

Whether enzyme is currently active

position: number

Current position of the enzyme (0-based)

Type of enzyme

variant: "PolI" | "PolII" | "PolIII" = 'PolIII'

Polymerase variant (affects speed and function)

Methods