Package org.rcsb.cif.schema.mm
Class PdbxDccDensityCorr
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDccDensityCorr
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDccDensityCorr
extends DelegatingCategory
Data items in the category record calculated metrics from various
programs (such as phenix, refmac, cns, sfcheck).
-
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 PdbxDccDensityCorr(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetCorrelation()The overall real space density correlation coefficient.FloatColumngetCorrelationCoeffFoToFc()The correlations between the observed and calculated structure factors.StrColumngetDetails()Any additional details of the calculations.FloatColumngetLsDResHigh()The highest resolution limit in calculating the metrics in this category.FloatColumngetLsDResLow()The lowest resolution limit in calculating the metrics in this category.IntColumngetLsNumberReflnsObs()The number of unique reflections (work+test sets).IntColumngetLsNumberReflnsRFree()The number of reflections for the test set only.FloatColumngetLsPercentReflnsObs()The percentage of unique reflections (work+test sets).FloatColumngetLsRFactorRAll()The calculated Rfactor using all the data.FloatColumngetLsRFactorRFree()The calculated Rfree using the test set data.FloatColumngetLsRFactorRWork()The calculated Rfactor using the working set data.IntColumngetOrdinal()The ordered number in the output list.StrColumngetProgram()The program used to calculate the metrics in this category.FloatColumngetRealSpaceR()The overall real space R factor.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
The ordered number in the output list.- Returns:
- IntColumn
-
getProgram
The program used to calculate the metrics in this category.- Returns:
- StrColumn
-
getLsDResHigh
The highest resolution limit in calculating the metrics in this category.- Returns:
- FloatColumn
-
getLsDResLow
The lowest resolution limit in calculating the metrics in this category.- Returns:
- FloatColumn
-
getLsRFactorRAll
The calculated Rfactor using all the data.- Returns:
- FloatColumn
-
getLsRFactorRWork
The calculated Rfactor using the working set data.- Returns:
- FloatColumn
-
getLsRFactorRFree
The calculated Rfree using the test set data.- Returns:
- FloatColumn
-
getLsNumberReflnsObs
The number of unique reflections (work+test sets).- Returns:
- IntColumn
-
getLsPercentReflnsObs
The percentage of unique reflections (work+test sets).- Returns:
- FloatColumn
-
getLsNumberReflnsRFree
The number of reflections for the test set only.- Returns:
- IntColumn
-
getCorrelationCoeffFoToFc
The correlations between the observed and calculated structure factors.- Returns:
- FloatColumn
-
getRealSpaceR
The overall real space R factor.- Returns:
- FloatColumn
-
getCorrelation
The overall real space density correlation coefficient.- Returns:
- FloatColumn
-
getDetails
Any additional details of the calculations.- Returns:
- StrColumn
-