Class PdbxPhasingDm

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxPhasingDm
    extends BaseCategory
    Data items in the PDBX_PHASING_DM category record details about density modification
    • Constructor Detail

      • PdbxPhasingDm

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

        public PdbxPhasingDm​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        The value of _pdbx_phasing_dm.entry_id identifies the data block.
        Returns:
        StrColumn
      • getMethod

        public StrColumn getMethod()
        The value of _pdbx_phasing_dm.method identifies the method used for density modification
        Returns:
        StrColumn
      • getMaskType

        public StrColumn getMaskType()
        The value of _pdbx_phasing_dm.mask_type identifies the type of mask used for density modification
        Returns:
        StrColumn
      • getFomAcentric

        public FloatColumn getFomAcentric()
        The value of _pdbx_phasing_dm.fom_acentric identifies the figure of merit for acentric data
        Returns:
        FloatColumn
      • getFomCentric

        public FloatColumn getFomCentric()
        The value of _pdbx_phasing_dm.fom_centric identifies the figure of merit for acentric data
        Returns:
        FloatColumn
      • getFom

        public FloatColumn getFom()
        The value of _pdbx_phasing_dm.fom identifies the figure of merit for all the data
        Returns:
        FloatColumn
      • getReflnsAcentric

        public IntColumn getReflnsAcentric()
        The value of _pdbx_phasing_dm.reflns_acentric identifies the number of acentric reflections.
        Returns:
        IntColumn
      • getReflnsCentric

        public IntColumn getReflnsCentric()
        The value of _pdbx_phasing_dm.reflns_centric identifies the number of centric reflections.
        Returns:
        IntColumn
      • getReflns

        public IntColumn getReflns()
        The value of _pdbx_phasing_dm.reflns identifies the number of centric and acentric reflections.
        Returns:
        IntColumn
      • getDeltaPhiInitial

        public FloatColumn getDeltaPhiInitial()
        The value of _pdbx_phasing_dm.delta_phi_initial identifies phase difference before density modification
        Returns:
        FloatColumn
      • getDeltaPhiFinal

        public FloatColumn getDeltaPhiFinal()
        The value of _pdbx_phasing_dm.delta_phi_final identifies phase difference after density modification
        Returns:
        FloatColumn