biotite.structure.Edge

class biotite.structure.Edge(value)[source]

Bases: IntEnum

This enum type represents the interacting edge for a given base.

INVALID = 0
WATSON_CRICK = 1
HOOGSTEEN = 2
SUGAR = 3