Package org.rcsb.cif.model.generated
Class PdbxDccRsccMapman
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDccRsccMapman
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDccRsccMapman extends BaseCategory
Data items in this category record residual map properties such as correlation, real space Rfactors and the Zscore calculated from refmac and mapman.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDccRsccMapman(String name)PdbxDccRsccMapman(String name, int rowCount, Object[] encodedColumns)PdbxDccRsccMapman(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getId
public IntColumn getId()
The ordered number in the output list.- Returns:
- IntColumn
-
getModelId
public StrColumn getModelId()
The component model identifier for this analysis.- Returns:
- StrColumn
-
getPdbId
public StrColumn getPdbId()
The PDB id code.- Returns:
- StrColumn
-
getAuthAsymId
public StrColumn getAuthAsymId()
The author provided chain id.- Returns:
- StrColumn
-
getAuthCompId
public StrColumn getAuthCompId()
The author provided compound ID (residue name).- Returns:
- StrColumn
-
getAuthSeqId
public StrColumn getAuthSeqId()
The author provided residue number.- Returns:
- StrColumn
-
getLabelAltId
public StrColumn getLabelAltId()
The author provided alternate location identifier.- Returns:
- StrColumn
-
getLabelInsCode
public StrColumn getLabelInsCode()
PDB insertion code.- Returns:
- StrColumn
-
getCorrelation
public FloatColumn getCorrelation()
The real space electron density correlation coefficient (RSCC) for the residue.- Returns:
- FloatColumn
-
getRealSpaceR
public FloatColumn getRealSpaceR()
The Real Space Rfactor (RSR) for the residue.- Returns:
- FloatColumn
-
getWeightedRealSpaceR
public FloatColumn getWeightedRealSpaceR()
The weighted Real Space Rfactor (RSR/RSCC) for the residue.- Returns:
- FloatColumn
-
getRealSpaceZscore
public FloatColumn getRealSpaceZscore()
The Zscore of the Real Space Rfactor (RSRZ) for the residue.- Returns:
- FloatColumn
-
getBisoMean
public FloatColumn getBisoMean()
The occupancy weighted average isotropic B factors for the residue.- Returns:
- FloatColumn
-
getOccupancyMean
public FloatColumn getOccupancyMean()
The average occupancy for the residue.- Returns:
- FloatColumn
-
getFlag
public StrColumn getFlag()
Residue with density problem will be flagged as P.- Returns:
- StrColumn
-
-