-
mmtfVersion
String mmtfVersion
The mmtf version.
-
mmtfProducer
String mmtfProducer
The mmtf producer.
-
numBonds
int numBonds
The number of bonds.
-
numAtoms
int numAtoms
The number of atoms.
-
numGroups
int numGroups
The number of groups.
-
numChains
int numChains
The number of chains.
-
numModels
int numModels
The number of models.
-
structureId
String structureId
The structure Id. Most commonly this will be the four character PDB id.
-
title
String title
The title.
-
chainsPerModel
int[] chainsPerModel
The number of chains per model.
-
groupsPerChain
int[] groupsPerChain
The internal groups per chain.
-
chainNameList
byte[] chainNameList
The names of the chains. Each chain is allocated four bytes. Chain names can be up to four characters long. 0 bytes indicate the end of the chain name. These are taken from the auth id.
-
chainIdList
byte[] chainIdList
The names of the chains. Each chain is allocated four bytes. Chain names can be up to four characters long. 0 bytes indicate the end of the chain name. These are taken from the asym id.
-
spaceGroup
String spaceGroup
The space group.
-
unitCell
float[] unitCell
The unit cell.
-
bioAssemblyList
List<E> bioAssemblyList
The bio assembly.
-
bondAtomList
byte[] bondAtomList
The bond atom (indices) list.
-
bondOrderList
byte[] bondOrderList
The bond order list.
-
groupList
Group[] groupList
The list of different PDBGroups in the structure.
-
xCoordList
byte[] xCoordList
The encoded X coordinates.
-
yCoordList
byte[] yCoordList
The encoded Y coordinates.
-
zCoordList
byte[] zCoordList
The encoded Z coordinates.
-
bFactorList
byte[] bFactorList
The encoded B-factors.
-
secStructList
byte[] secStructList
The secondary structure list. Stored as 1 byte ints.
-
occupancyList
byte[] occupancyList
The occupancy list.
-
altLocList
byte[] altLocList
The list of alternate location ids.
-
insCodeList
byte[] insCodeList
The insertion code list.
-
groupTypeList
byte[] groupTypeList
The group type list.
-
groupIdList
byte[] groupIdList
The group id list. Identifies each group along the chain.
-
atomIdList
byte[] atomIdList
The atom id list.
-
sequenceIndexList
byte[] sequenceIndexList
The SeqRes group ids.
-
experimentalMethods
String[] experimentalMethods
The experimental method(s).
-
resolution
float resolution
The resolution in Angstrom. Null if not applicable
-
rFree
float rFree
The rfree. Null if not applicable
-
rWork
float rWork
The r-work. Null if not applicable
-
entityList
Entity[] entityList
The list of entities in this structure.
-
depositionDate
String depositionDate
The deposition date of the structure in ISO time standard format. https://www.cl.cam.ac.uk/~mgk25/iso-time.html
-
releaseDate
String releaseDate
The release data of the structure in ISO time standard format. https://www.cl.cam.ac.uk/~mgk25/iso-time.html
-
ncsOperatorList
double[][] ncsOperatorList
A float array for the NCS operator expression matrices, derived from the mmCIF file.