Class PdbxDccDensityCorr

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDccDensityCorr
    extends BaseCategory
    Data items in the category record calculated metrics from various programs (such as phenix, refmac, cns, sfcheck).
    • Constructor Detail

      • PdbxDccDensityCorr

        public PdbxDccDensityCorr​(String name,
                                  int rowCount,
                                  Object[] encodedColumns)
      • PdbxDccDensityCorr

        public PdbxDccDensityCorr​(String name)
    • Method Detail

      • getOrdinal

        public IntColumn getOrdinal()
        The ordered number in the output list.
        Returns:
        IntColumn
      • getProgram

        public StrColumn getProgram()
        The program used to calculate the metrics in this category.
        Returns:
        StrColumn
      • getLsDResHigh

        public FloatColumn getLsDResHigh()
        The highest resolution limit in calculating the metrics in this category.
        Returns:
        FloatColumn
      • getLsDResLow

        public FloatColumn getLsDResLow()
        The lowest resolution limit in calculating the metrics in this category.
        Returns:
        FloatColumn
      • getLsRFactorRAll

        public FloatColumn getLsRFactorRAll()
        The calculated Rfactor using all the data.
        Returns:
        FloatColumn
      • getLsRFactorRWork

        public FloatColumn getLsRFactorRWork()
        The calculated Rfactor using the working set data.
        Returns:
        FloatColumn
      • getLsRFactorRFree

        public FloatColumn getLsRFactorRFree()
        The calculated Rfree using the test set data.
        Returns:
        FloatColumn
      • getLsNumberReflnsObs

        public IntColumn getLsNumberReflnsObs()
        The number of unique reflections (work+test sets).
        Returns:
        IntColumn
      • getLsPercentReflnsObs

        public FloatColumn getLsPercentReflnsObs()
        The percentage of unique reflections (work+test sets).
        Returns:
        FloatColumn
      • getLsNumberReflnsRFree

        public IntColumn getLsNumberReflnsRFree()
        The number of reflections for the test set only.
        Returns:
        IntColumn
      • getCorrelationCoeffFoToFc

        public FloatColumn getCorrelationCoeffFoToFc()
        The correlations between the observed and calculated structure factors.
        Returns:
        FloatColumn
      • getRealSpaceR

        public FloatColumn getRealSpaceR()
        The overall real space R factor.
        Returns:
        FloatColumn
      • getCorrelation

        public FloatColumn getCorrelation()
        The overall real space density correlation coefficient.
        Returns:
        FloatColumn
      • getDetails

        public StrColumn getDetails()
        Any additional details of the calculations.
        Returns:
        StrColumn