OpenStructure
|
#include <mmcif_info.hh>
Data Fields | |
mol::ChainType | type |
String | entity_type |
String | entity_poly_type |
String | branched_type |
String | details |
String | seqres_canonical |
String | seqres_pdbx |
std::vector< String > | mon_ids |
std::vector< int > | hetero_num |
std::vector< String > | hetero_ids |
Definition at line 955 of file mmcif_info.hh.
String branched_type |
value of _pdbx_entity_branch.type
Definition at line 959 of file mmcif_info.hh.
String details |
description of this entity
Definition at line 960 of file mmcif_info.hh.
String entity_poly_type |
value of _entity_poly.type
Definition at line 958 of file mmcif_info.hh.
String entity_type |
value of _entity.type
Definition at line 957 of file mmcif_info.hh.
std::vector< String > hetero_ids |
names of heterogeneous compounds
Definition at line 965 of file mmcif_info.hh.
std::vector< int > hetero_num |
res num of heterogeneous compounds
Definition at line 964 of file mmcif_info.hh.
std::vector< String > mon_ids |
list of monomer names from _entity_poly_seq
Definition at line 963 of file mmcif_info.hh.
String seqres_canonical |
_entity_poly.pdbx_seq_one_letter_code_can
Definition at line 961 of file mmcif_info.hh.
String seqres_pdbx |
_entity_poly.pdbx_seq_one_letter_code
Definition at line 962 of file mmcif_info.hh.
mol::ChainType type |
characterise entity
Definition at line 956 of file mmcif_info.hh.