Class PdbxNmrExptlSample

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxNmrExptlSample
    extends BaseCategory
    The chemical constituents of each NMR sample. Each sample is identified by a number and each component in the sample is identified by name.
    • Constructor Detail

      • PdbxNmrExptlSample

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

        public PdbxNmrExptlSample​(String name)
    • Method Detail

      • getSolutionId

        public StrColumn getSolutionId()
        The name (number) of the sample.
        Returns:
        StrColumn
      • getComponent

        public StrColumn getComponent()
        The name of each component in the sample
        Returns:
        StrColumn
      • getConcentration

        public FloatColumn getConcentration()
        The concentration value of the component.
        Returns:
        FloatColumn
      • getConcentrationRange

        public StrColumn getConcentrationRange()
        The concentration range for the component.
        Returns:
        StrColumn
      • getConcentrationUnits

        public StrColumn getConcentrationUnits()
        The concentration units of the component.
        Returns:
        StrColumn
      • getIsotopicLabeling

        public StrColumn getIsotopicLabeling()
        The isotopic composition of each component, including the % labeling level, if known. For example: 1. Uniform (random) labeling with 15N: U-15N 2. Uniform (random) labeling with 13C, 15N at known labeling levels: U-95% 13C;U-98% 15N 3. Residue selective labeling: U-95% 15N-Thymine 4. Site specific labeling: 95% 13C-Ala18, 5. Natural abundance labeling in an otherwise uniformly labled biomolecule is designated by NA: U-13C; NA-K,H
        Returns:
        StrColumn
      • getConcentrationErr

        public FloatColumn getConcentrationErr()
        Estimate for the standard error associated with the concentration value of the sample component.
        Returns:
        FloatColumn