Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

atomSourceIndex: Column<number>

The index of this atom in the input data. Required because of sorting of atoms.

Maps chainIndex to a range of atoms [segments[cI], segments[cI + 1]),

residues of i-th chain are accessed like this: const rI = residueAtomSegments.index, offsets = chainAtomSegments.offsets; const start = rI[offsets[i]], const end = rI[offsets[i + 1] - 1] + 1; for (let j = start; j < end; i++) { }

Maps residueIndex to a range of atoms [segments[rI], segments[rI + 1])

Generated using TypeDoc