Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcGenDepositorInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcGenDepositorInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcGenDepositorInfo
extends DelegatingCategory
Data items in the PDBX_ENTITY_SRC_GEN_DEPOSITOR_INFO category record details of
the source from which the entity was obtained in cases
where the source was genetically manipulated. The
following are treated separately: items pertaining to the tissue
from which the gene was obtained, items pertaining to the host
organism for gene expression and items pertaining to the actual
producing organism (plasmid).
-
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 PdbxEntitySrcGenDepositorInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetBegSeqNum()The beginning polymer sequence position for the polymer section corresponding to this source.IntColumngetEndSeqNum()The ending polymer sequence position for the polymer section corresponding to this source.StrColumngetEntityId()The entity id for this chimeric entity.StrColumngetGeneSrcGene()Identifies the gene.IntColumngetGeneSrcNcbiTaxonomyId()NCBI Taxonomy identifier for the gene source organism.StrColumngetGeneSrcScientificName()Scientific name of the organism.StrColumngetHostOrgGene()Specific gene which expressed the molecule.IntColumngetHostOrgNcbiTaxonomyId()NCBI Taxonomy identifier for the expression system organism.StrColumngetHostOrgScientificName()The scientific name of the organism that served as host for the production of the entity.StrColumngetHostOrgStrain()The strain of the organism in which the entity was expressed.StrColumngetHostOrgVectorType()Identifies the type of vector used (plasmid, virus, or cosmid).StrColumngetPlasmidName()The name of the plasmid that produced the entity in the host organism.StrColumngetSeqType()This data item povides additional information about the sequence type.IntColumngetSrcId()This data item is an ordinal identifier for entity_src_gen data records.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getSrcId
This data item is an ordinal identifier for entity_src_gen data records.- Returns:
- IntColumn
-
getEntityId
The entity id for this chimeric entity. This data item is a pointer to _entity_poly_seq.entity_id in the ENTITY_POLY_SEQ category.- Returns:
- StrColumn
-
getSeqType
This data item povides additional information about the sequence type.- Returns:
- StrColumn
-
getBegSeqNum
The beginning polymer sequence position for the polymer section corresponding to this source. A reference to the sequence position in the entity_poly category.- Returns:
- IntColumn
-
getEndSeqNum
The ending polymer sequence position for the polymer section corresponding to this source. A reference to the sequence position in the entity_poly category.- Returns:
- IntColumn
-
getGeneSrcGene
Identifies the gene.- Returns:
- StrColumn
-
getGeneSrcScientificName
Scientific name of the organism.- Returns:
- StrColumn
-
getHostOrgGene
Specific gene which expressed the molecule.- Returns:
- StrColumn
-
getHostOrgScientificName
The scientific name of the organism that served as host for the production of the entity. Where full details of the protein production are available it would be expected that this item would be derived from _entity_src_gen_express.host_org_scientific_name or via _entity_src_gen_express.host_org_tax_id- Returns:
- StrColumn
-
getHostOrgStrain
The strain of the organism in which the entity was expressed.- Returns:
- StrColumn
-
getGeneSrcNcbiTaxonomyId
NCBI Taxonomy identifier for the gene source organism. Reference: Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD, Tatusova TA, Rapp BA (2000). Database resources of the National Center for Biotechnology Information. Nucleic Acids Res 2000 Jan 1;28(1):10-4 Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA, Wheeler DL (2000). GenBank. Nucleic Acids Res 2000 Jan 1;28(1):15-18.- Returns:
- IntColumn
-
getHostOrgNcbiTaxonomyId
NCBI Taxonomy identifier for the expression system organism. Reference: Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD, Tatusova TA, Rapp BA (2000). Database resources of the National Center for Biotechnology Information. Nucleic Acids Res 2000 Jan 1;28(1):10-4 Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA, Wheeler DL (2000). GenBank. Nucleic Acids Res 2000 Jan 1;28(1):15-18.- Returns:
- IntColumn
-
getHostOrgVectorType
Identifies the type of vector used (plasmid, virus, or cosmid). Where full details of the protein production are available it would be expected that this item would be derived from _entity_src_gen_express.vector_type.- Returns:
- StrColumn
-
getPlasmidName
The name of the plasmid that produced the entity in the host organism. Where full details of the protein production are available it would be expected that this item would be derived from _pdbx_construct.name of the construct pointed to from _entity_src_gen_express.plasmid_id.- Returns:
- StrColumn
-