Class EmAssembly

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class EmAssembly
    extends BaseCategory
    Data items in the EM_ASSEMBLY category record details about the imaged EM sample.
    • Constructor Detail

      • EmAssembly

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

        public EmAssembly​(String name)
    • Method Detail

      • getId

        public StrColumn getId()
        The value of _em_assembly.id must uniquely identify a collection of observed complexes.
        Returns:
        StrColumn
      • getEntryId

        public StrColumn getEntryId()
        This data item is a pointer to _entry.id in the ENTRY category.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        The name of the assembly of observed complexes.
        Returns:
        StrColumn
      • getAggregationState

        public StrColumn getAggregationState()
        A description of the aggregation state of the assembly.
        Returns:
        StrColumn
      • getComposition

        public StrColumn getComposition()
        The composition of the assembly.
        Returns:
        StrColumn
      • getNumComponents

        public IntColumn getNumComponents()
        The number of components of the biological assembly.
        Returns:
        IntColumn
      • getMolWtExp

        public FloatColumn getMolWtExp()
        The value (in megadaltons) of the experimentally determined molecular weight of the assembly.
        Returns:
        FloatColumn
      • getMolWtTheo

        public FloatColumn getMolWtTheo()
        The value (in megadaltons) of the theoretically determined molecular weight of the assembly.
        Returns:
        FloatColumn
      • getMolWtMethod

        public StrColumn getMolWtMethod()
        The method used to determine the molecular weight.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Any additional details describing the imaged sample.
        Returns:
        StrColumn