Package org.rcsb.cif.schema.mm
Class PdbxNmrEnsembleRms
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrEnsembleRms
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrEnsembleRms
extends DelegatingCategory
Structural statistics are derived from molecular dynamics and simulated annealing
programs.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxNmrEnsembleRms(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomType()Statistics are often calculated over only some of the atoms, e.g.FloatColumngetBondAngleRmsDev()The bond angle rmsd to the target values for the ensemble.FloatColumngetBondAngleRmsDevError()The error in the bond angle rmsd.StrColumngetChainRangeBegin()The beginning chain id.StrColumngetChainRangeEnd()The ending chain id:StrColumngetCoordAverageRmsdMethod()Describe the method for calculating the coordinate average rmsd.FloatColumngetCovalentBondRmsDev()The covalent bond rmsd to the target value for the ensemble.FloatColumngetCovalentBondRmsDevError()The error in the covalent bond rmsd.FloatColumngetDihedralAnglesRmsDev()The dihedral angle rmsd to the target values for the ensemble.FloatColumngetDihedralAnglesRmsDevError()The error of the rmsd dihedral angles.FloatColumngetDistanceRmsDev()The distance rmsd to the mean structure for the ensemble of structures.FloatColumngetDistanceRmsDevError()The error in the distance rmsd.StrColumngetEntryId()'?'FloatColumngetImproperTorsionAngleRmsDev()The improper torsion angle rmsd to the target values for the ensemble.FloatColumngetImproperTorsionAngleRmsDevError()The error in the improper torsion angle rmsd.FloatColumngetPeptidePlanarityRmsDev()The peptide planarity rmsd.FloatColumngetPeptidePlanarityRmsDevError()The error in the peptide planarity rmsd.IntColumngetResidueRangeBegin()Structure statistics are often calculated only over the well-ordered region(s) of the biopolymer.IntColumngetResidueRangeEnd()The ending residue number: e.g.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
'?'- Returns:
- StrColumn
-
getResidueRangeBegin
Structure statistics are often calculated only over the well-ordered region(s) of the biopolymer. Portions of the macromolecule are often mobile and disordered, hence they are excluded in calculating the statistics. To define the range(s) over which the statistics are calculated, enter the beginning residue number(s): e.g. if the regions used were 5-32 and 41-69, enter 5,41- Returns:
- IntColumn
-
getChainRangeBegin
The beginning chain id.- Returns:
- StrColumn
-
getResidueRangeEnd
The ending residue number: e.g. 32,69.- Returns:
- IntColumn
-
getChainRangeEnd
The ending chain id:- Returns:
- StrColumn
-
getAtomType
Statistics are often calculated over only some of the atoms, e.g. backbone, or heavy atoms. Describe which type of atoms are used for the statistical analysis.- Returns:
- StrColumn
-
getDistanceRmsDev
The distance rmsd to the mean structure for the ensemble of structures.- Returns:
- FloatColumn
-
getDistanceRmsDevError
The error in the distance rmsd.- Returns:
- FloatColumn
-
getCovalentBondRmsDev
The covalent bond rmsd to the target value for the ensemble.- Returns:
- FloatColumn
-
getCovalentBondRmsDevError
The error in the covalent bond rmsd.- Returns:
- FloatColumn
-
getBondAngleRmsDev
The bond angle rmsd to the target values for the ensemble.- Returns:
- FloatColumn
-
getBondAngleRmsDevError
The error in the bond angle rmsd.- Returns:
- FloatColumn
-
getImproperTorsionAngleRmsDev
The improper torsion angle rmsd to the target values for the ensemble.- Returns:
- FloatColumn
-
getImproperTorsionAngleRmsDevError
The error in the improper torsion angle rmsd.- Returns:
- FloatColumn
-
getPeptidePlanarityRmsDev
The peptide planarity rmsd.- Returns:
- FloatColumn
-
getPeptidePlanarityRmsDevError
The error in the peptide planarity rmsd.- Returns:
- FloatColumn
-
getDihedralAnglesRmsDev
The dihedral angle rmsd to the target values for the ensemble.- Returns:
- FloatColumn
-
getDihedralAnglesRmsDevError
The error of the rmsd dihedral angles.- Returns:
- FloatColumn
-
getCoordAverageRmsdMethod
Describe the method for calculating the coordinate average rmsd.- Returns:
- StrColumn
-