OpenStructure
|
#include <mmcif_info.hh>
Data Fields | |
mol::ChainType | type |
String | entity_type |
String | entity_poly_type |
String | branched_type |
String | details |
String | seqres |
std::vector< String > | mon_ids |
std::vector< int > | hetero_num |
std::vector< String > | hetero_ids |
Definition at line 964 of file mmcif_info.hh.
String branched_type |
value of _pdbx_entity_branch.type
Definition at line 968 of file mmcif_info.hh.
String details |
description of this entity
Definition at line 969 of file mmcif_info.hh.
String entity_poly_type |
value of _entity_poly.type
Definition at line 967 of file mmcif_info.hh.
String entity_type |
value of _entity.type
Definition at line 966 of file mmcif_info.hh.
std::vector< String > hetero_ids |
names of heterogeneous compounds
Definition at line 973 of file mmcif_info.hh.
std::vector< int > hetero_num |
res num of heterogeneous compounds
Definition at line 972 of file mmcif_info.hh.
std::vector< String > mon_ids |
list of monomer names from _entity_poly_seq
Definition at line 971 of file mmcif_info.hh.
String seqres |
chain of monomers
Definition at line 970 of file mmcif_info.hh.
mol::ChainType type |
characterise entity
Definition at line 965 of file mmcif_info.hh.