Package org.rcsb.cif.schema.mm
Class IhmStartingComparativeModels
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmStartingComparativeModels
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmStartingComparativeModels
extends DelegatingCategory
Data items in the IHM_STARTING_COMPARATIVE_MODELS category records
additional details about comparative models used as starting inputs in
the integrative model building process.
-
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 IhmStartingComparativeModels(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAlignmentFileId()The file id corresponding to the sequence alignment of the template sequence and the comparative model sequence.StrColumngetDetails()Additional details regarding the starting comparative models.IntColumngetId()A unique identifier for the starting comparative model.StrColumngetStartingModelAuthAsymId()The chainId/auth_asym_id corresponding to the starting model.StrColumngetStartingModelId()The identifier for the starting structural model.IntColumngetStartingModelSeqIdBegin()The starting residue index of the starting model.IntColumngetStartingModelSeqIdEnd()The ending residue index of the starting model.StrColumngetTemplateAuthAsymId()The chainId/auth_asym_id corresponding to the template.IntColumngetTemplateDatasetListId()The dataset list id corresponding to the template used to obtain the comparative model.IntColumngetTemplateSeqIdBegin()The starting residue index of the template.IntColumngetTemplateSeqIdEnd()The ending residue index of the template.FloatColumngetTemplateSequenceIdentity()The percentage sequence identity between the template sequence and the comparative model sequence.StrColumngetTemplateSequenceIdentityDenominator()The denominator used while calculating the sequence identity provided in _ihm_starting_comparative_models.template_sequence_identity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the starting comparative model.- Returns:
- IntColumn
-
getStartingModelId
The identifier for the starting structural model. This data item is a pointer to _ihm_starting_model_details.starting_model_id in the IHM_STARTING_MODEL_DETAILS category.- Returns:
- StrColumn
-
getStartingModelAuthAsymId
The chainId/auth_asym_id corresponding to the starting model.- Returns:
- StrColumn
-
getStartingModelSeqIdBegin
The starting residue index of the starting model.- Returns:
- IntColumn
-
getStartingModelSeqIdEnd
The ending residue index of the starting model.- Returns:
- IntColumn
-
getTemplateAuthAsymId
The chainId/auth_asym_id corresponding to the template.- Returns:
- StrColumn
-
getTemplateSeqIdBegin
The starting residue index of the template.- Returns:
- IntColumn
-
getTemplateSeqIdEnd
The ending residue index of the template.- Returns:
- IntColumn
-
getTemplateSequenceIdentity
The percentage sequence identity between the template sequence and the comparative model sequence.- Returns:
- FloatColumn
-
getTemplateSequenceIdentityDenominator
The denominator used while calculating the sequence identity provided in _ihm_starting_comparative_models.template_sequence_identity.- Returns:
- StrColumn
-
getTemplateDatasetListId
The dataset list id corresponding to the template used to obtain the comparative model. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getAlignmentFileId
The file id corresponding to the sequence alignment of the template sequence and the comparative model sequence. This data item is a pointer to _ihm_external_files.id in the IHM_EXTERNAL_FILES category.- Returns:
- IntColumn
-
getDetails
Additional details regarding the starting comparative models.- Returns:
- StrColumn
-