Package org.rcsb.cif.schema.mm
Class PdbxDccRsccMapman
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDccRsccMapman
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDccRsccMapman
extends DelegatingCategory
Data items in this category record residual map properties such as
correlation, real space Rfactors and the Zscore calculated from
refmac and mapman.
-
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 PdbxDccRsccMapman(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAuthAsymId()The author provided chain id.StrColumngetAuthCompId()The author provided compound ID (residue name).StrColumngetAuthSeqId()The author provided residue number.FloatColumngetBisoMean()The occupancy weighted average isotropic B factors for the residue.FloatColumngetCorrelation()The real space electron density correlation coefficient (RSCC) for the residue.StrColumngetFlag()Residue with density problem will be flagged as P.IntColumngetId()The ordered number in the output list.StrColumngetLabelAltId()The author provided alternate location identifier.StrColumngetLabelInsCode()PDB insertion code.StrColumngetModelId()The component model identifier for this analysis.FloatColumngetOccupancyMean()The average occupancy for the residue.StrColumngetPdbId()The PDB id code.FloatColumngetRealSpaceR()The Real Space Rfactor (RSR) for the residue.FloatColumngetRealSpaceZscore()The Zscore of the Real Space Rfactor (RSRZ) for the residue.FloatColumngetWeightedRealSpaceR()The weighted Real Space Rfactor (RSR/RSCC) for the residue.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The ordered number in the output list.- Returns:
- IntColumn
-
getModelId
The component model identifier for this analysis.- Returns:
- StrColumn
-
getPdbId
The PDB id code.- Returns:
- StrColumn
-
getAuthAsymId
The author provided chain id.- Returns:
- StrColumn
-
getAuthCompId
The author provided compound ID (residue name).- Returns:
- StrColumn
-
getAuthSeqId
The author provided residue number.- Returns:
- StrColumn
-
getLabelAltId
The author provided alternate location identifier.- Returns:
- StrColumn
-
getLabelInsCode
PDB insertion code.- Returns:
- StrColumn
-
getCorrelation
The real space electron density correlation coefficient (RSCC) for the residue.- Returns:
- FloatColumn
-
getRealSpaceR
The Real Space Rfactor (RSR) for the residue.- Returns:
- FloatColumn
-
getWeightedRealSpaceR
The weighted Real Space Rfactor (RSR/RSCC) for the residue.- Returns:
- FloatColumn
-
getRealSpaceZscore
The Zscore of the Real Space Rfactor (RSRZ) for the residue.- Returns:
- FloatColumn
-
getBisoMean
The occupancy weighted average isotropic B factors for the residue.- Returns:
- FloatColumn
-
getOccupancyMean
The average occupancy for the residue.- Returns:
- FloatColumn
-
getFlag
Residue with density problem will be flagged as P.- Returns:
- StrColumn
-