Atom Type
atomic coordinate record containing the X,Y,Z orthogonal � coordinates for atoms in standard residues (amino acids and nucleic acids).
Record fields
Record Field | Description |
Full Usage:
AlternateLocationIndicator
Field type: string
|
|
Full Usage:
ChainIdentifier
Field type: string
|
|
Full Usage:
Charge
Field type: string
|
|
Full Usage:
ElementSymbol
Field type: string
|
|
|
|
Full Usage:
Occupancy
Field type: float
|
|
Full Usage:
ResidueInsertionCode
Field type: string
|
|
Full Usage:
ResidueName
Field type: string
|
|
Full Usage:
ResidueSequenceNumber
Field type: int
|
|
Full Usage:
SegmentIdentifier
Field type: string
|
|
Full Usage:
SerialNumber
Field type: int
|
|
Full Usage:
TemperatureFactor
Field type: float
|
|
Full Usage:
X
Field type: float
|
|
Full Usage:
Y
Field type: float
|
|
Full Usage:
Z
Field type: float
|
|
Static members
Static member | Description |
Full Usage:
Atom.create (serialNumber, name, alternateLocationIndicator, residueName, chainIdentifier, residueSequenceNumber, residueInsertionCode, x, y, z, occupancy, temperatureFactor, segmentIdentifier, elementSymbol, charge)
Parameters:
int
name : AtomName
alternateLocationIndicator : string
residueName : string
chainIdentifier : string
residueSequenceNumber : int
residueInsertionCode : string
x : float
y : float
z : float
occupancy : float
temperatureFactor : float
segmentIdentifier : string
elementSymbol : string
charge : string
Returns: Atom
|
|
|
|