Package org.rcsb.cif.schema.mm
Class PdbxDccGeometry
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDccGeometry
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDccGeometry
extends DelegatingCategory
Data items in the category record the overall deviations about
geometry (such as bond length, angle, dihedral, chirality,
planarity). These data are calculated with the phenix module
model_vs_data.
-
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 PdbxDccGeometry(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAllAtomClashscore()All atom score is determined by steric overlaps >0.4A per 1000 atoms.FloatColumngetAngleLigandMax()The maximum root mean square deviation for bond angles (ligand only).FloatColumngetAngleLigandRms()The overall root mean square deviation for bond angles (ligand only).FloatColumngetAngleOverallMax()The maximum root mean square deviation for bond angles (all atoms).FloatColumngetAngleOverallRms()The overall root mean square deviation for bond angles (all atoms).FloatColumngetBondLigandMax()The maximum root mean square deviation for bond lengths (ligand only).FloatColumngetBondLigandRms()The overall root mean square deviation for bond lengths (ligand only).FloatColumngetBondOverallMax()The maximum root mean square deviation for bond lengths (all atoms).FloatColumngetBondOverallRms()The overall root mean square deviation for bond lengths (all atoms).IntColumngetCbetaDeviations()Number of Cbeta deviations >0.25A.FloatColumngetChiralityOverallMax()The maximum root mean square deviation for chirality (all atoms).FloatColumngetChiralityOverallRms()The overall root mean square deviation for chirality (all atoms).FloatColumngetDihedralOverallMax()The maximum root mean square deviation for dihedrals (all atoms).FloatColumngetDihedralOverallRms()The overall root mean square deviation for dihedrals (all atoms).FloatColumngetNon_bondedRms()The overall on-bonded distance (all atoms).FloatColumngetOverallScore()The overall score for the geometry (the smaller the better).StrColumngetPdbid()The PDB id code.FloatColumngetPlanarityOverallMax()The maximum root mean square deviation for planarity (all atoms).FloatColumngetPlanarityOverallRms()The overall root mean square deviation for planarity (all atoms).IntColumngetRamachandranAllowedNumber()Number of allowed residues in Ramachandran plot.FloatColumngetRamachandranAllowedPercent()Percentage of allowed residues in Ramachandran plot.IntColumngetRamachandranFavoredNumber()Number of favored residues in Ramachandran plot.FloatColumngetRamachandranFavoredPercent()Percentage of favored residues in Ramachandran plot.IntColumngetRamachandranOutlierNumber()Number of outliers in Ramachandran plot.FloatColumngetRamachandranOutlierPercent()Percentage of outliers in Ramachandran plot.IntColumngetRotamerOutliersNumber()Number of rotamer outliers.FloatColumngetRotamerOutliersPercent()Percentage of rotamer outliers.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPdbid
The PDB id code.- Returns:
- StrColumn
-
getRamachandranOutlierPercent
Percentage of outliers in Ramachandran plot.- Returns:
- FloatColumn
-
getRamachandranOutlierNumber
Number of outliers in Ramachandran plot.- Returns:
- IntColumn
-
getRamachandranAllowedPercent
Percentage of allowed residues in Ramachandran plot.- Returns:
- FloatColumn
-
getRamachandranAllowedNumber
Number of allowed residues in Ramachandran plot.- Returns:
- IntColumn
-
getRamachandranFavoredPercent
Percentage of favored residues in Ramachandran plot.- Returns:
- FloatColumn
-
getRamachandranFavoredNumber
Number of favored residues in Ramachandran plot.- Returns:
- IntColumn
-
getRotamerOutliersPercent
Percentage of rotamer outliers.- Returns:
- FloatColumn
-
getRotamerOutliersNumber
Number of rotamer outliers.- Returns:
- IntColumn
-
getCbetaDeviations
Number of Cbeta deviations >0.25A.- Returns:
- IntColumn
-
getAllAtomClashscore
All atom score is determined by steric overlaps >0.4A per 1000 atoms.- Returns:
- FloatColumn
-
getOverallScore
The overall score for the geometry (the smaller the better).- Returns:
- FloatColumn
-
getBondOverallRms
The overall root mean square deviation for bond lengths (all atoms).- Returns:
- FloatColumn
-
getBondOverallMax
The maximum root mean square deviation for bond lengths (all atoms).- Returns:
- FloatColumn
-
getBondLigandRms
The overall root mean square deviation for bond lengths (ligand only).- Returns:
- FloatColumn
-
getBondLigandMax
The maximum root mean square deviation for bond lengths (ligand only).- Returns:
- FloatColumn
-
getAngleOverallRms
The overall root mean square deviation for bond angles (all atoms).- Returns:
- FloatColumn
-
getAngleOverallMax
The maximum root mean square deviation for bond angles (all atoms).- Returns:
- FloatColumn
-
getAngleLigandRms
The overall root mean square deviation for bond angles (ligand only).- Returns:
- FloatColumn
-
getAngleLigandMax
The maximum root mean square deviation for bond angles (ligand only).- Returns:
- FloatColumn
-
getDihedralOverallRms
The overall root mean square deviation for dihedrals (all atoms).- Returns:
- FloatColumn
-
getDihedralOverallMax
The maximum root mean square deviation for dihedrals (all atoms).- Returns:
- FloatColumn
-
getChiralityOverallRms
The overall root mean square deviation for chirality (all atoms).- Returns:
- FloatColumn
-
getChiralityOverallMax
The maximum root mean square deviation for chirality (all atoms).- Returns:
- FloatColumn
-
getPlanarityOverallRms
The overall root mean square deviation for planarity (all atoms).- Returns:
- FloatColumn
-
getPlanarityOverallMax
The maximum root mean square deviation for planarity (all atoms).- Returns:
- FloatColumn
-
getNon_bondedRms
The overall on-bonded distance (all atoms).- Returns:
- FloatColumn
-