Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CgAminoAcidProxy

Amino acid proxy class provides an abstracted view onto a single amino acid residue data

See the Unified Nanotechnology Format documentation of the meaning of amino acid positional parameters: https://github.com/barisicgroup/unf

Hierarchy

Index

Constructors

constructor

Properties

Private _tmpCaPos

_tmpCaPos: Vector3

This property is used for retrieving CA position. It is used to avoid allocating new memory during every call to the selected proxy properties.

Accessors

alphaCarbonLocation

  • get alphaCarbonLocation(): Vector3
  • set alphaCarbonLocation(vec: Vector3): void

Private aminoAcidStore

aminoAcidType

globalId

  • get globalId(): number
  • set globalId(newId: number): void

index

  • get index(): number
  • set index(newIdx: number): void

parentChain

Protected parentPolymer

parentStructure

pdbId

  • get pdbId(): number
  • set pdbId(newId: number): void

position

  • get position(): Vector3

residueName

  • get residueName(): string

residueNumber

  • get residueNumber(): number

x

  • get x(): number

y

  • get y(): number

z

  • get z(): number

Methods

alphaCarbonLocationToVector

  • alphaCarbonLocationToVector(data: Vector3): Vector3

applyMatrixTransformation

  • applyMatrixTransformation(matrix: Matrix4): void

clone

getParentPolymer

Protected isChainEnd

  • isChainEnd(): boolean

Protected isChainStart

  • isChainStart(): boolean

isCterm

  • isCterm(): boolean

isNterm

  • isNterm(): boolean

Generated using TypeDoc