Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Cell

Index

Properties

Z_PDB?: <internal>.Maybe<number>

The number of the polymeric chains in a unit cell. In the case of heteropolymers, Z is the number of occurrences of the most populous chain.

This data item is provided for compatibility with the original Protein Data Bank format, and only for that purpose.

__typename?: "Cell"
angle_alpha?: <internal>.Maybe<number>

Unit-cell angle alpha of the reported structure in degrees.

angle_beta?: <internal>.Maybe<number>

Unit-cell angle beta of the reported structure in degrees.

angle_gamma?: <internal>.Maybe<number>

Unit-cell angle gamma of the reported structure in degrees.

formula_units_Z?: <internal>.Maybe<number>

The number of the formula units in the unit cell as specified by _chemical_formula.structural, _chemical_formula.moiety or _chemical_formula.sum.

length_a?: <internal>.Maybe<number>

Unit-cell length a corresponding to the structure reported in angstroms.

length_b?: <internal>.Maybe<number>

Unit-cell length b corresponding to the structure reported in angstroms.

length_c?: <internal>.Maybe<number>

Unit-cell length c corresponding to the structure reported in angstroms.

pdbx_unique_axis?: <internal>.Maybe<string>

To further identify unique axis if necessary. E.g., P 21 with an unique C axis will have 'C' in this field.

volume?: <internal>.Maybe<number>

Cell volume V in angstroms cubed.

V = a b c (1 - cos^2^alpha - cos^2^beta - cos^2^gamma + 2 cosalpha cosbeta cosgamma)^1/2^

a = _cell.length_a b = _cell.length_b c = _cell.length_c alpha = _cell.angle_alpha beta = _cell.angle_beta gamma = _cell.angle_gamma

Generated using TypeDoc