Package org.rcsb.cif.model.generated
Class PdbxDccRsccMapmanOverall
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDccRsccMapmanOverall
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDccRsccMapmanOverall extends BaseCategory
Data items in the category record overall 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 PdbxDccRsccMapmanOverall(String name)PdbxDccRsccMapmanOverall(String name, int rowCount, Object[] encodedColumns)PdbxDccRsccMapmanOverall(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetCorrelation()The overall real space electron density correlation coefficient (RSCC) for the structure.FloatColumngetCorrelationSigma()The overall standard deviation of the real space electron density correlation coefficient (RSCC) for the structure.StrColumngetPdbid()The PDB id code.FloatColumngetRealSpaceR()The overall Real Space Rfactor (RSR) for the structure.FloatColumngetRealSpaceRSigma()The overall standard deviation of the Real Space Rfactor (RSR) for the structure.-
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
-
getPdbid
public StrColumn getPdbid()
The PDB id code.- Returns:
- StrColumn
-
getCorrelation
public FloatColumn getCorrelation()
The overall real space electron density correlation coefficient (RSCC) for the structure.- Returns:
- FloatColumn
-
getCorrelationSigma
public FloatColumn getCorrelationSigma()
The overall standard deviation of the real space electron density correlation coefficient (RSCC) for the structure.- Returns:
- FloatColumn
-
getRealSpaceR
public FloatColumn getRealSpaceR()
The overall Real Space Rfactor (RSR) for the structure.- Returns:
- FloatColumn
-
getRealSpaceRSigma
public FloatColumn getRealSpaceRSigma()
The overall standard deviation of the Real Space Rfactor (RSR) for the structure.- Returns:
- FloatColumn
-
-