nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Chem-graph-interaction.html

33 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Chem-graph-interaction</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>Chem-graph-interaction</h3><pre>Defined in file <a href="mmdb3.asn.html">mmdb3.asn</a>
C++ class: <a href="../doxyhtml/classCChem__graph__interaction.html">CChem_graph_interaction</a>
Chem-graph-interaction ::= SEQUENCE {
type INTEGER { protein-protein(1),
protein-dna(2),
protein-rna(3),
protein-chemical(4),
dna-dna(5),
dna-rna(6),
dna-chemical(7),
rna-rna(8),
rna-chemical(9),
other(255) } OPTIONAL,
distance-threshold <a href="RealValue.html">RealValue</a> OPTIONAL,
interactors SEQUENCE OF <a href="Biostruc-molecule-pntr.html">Biostruc-molecule-pntr</a>,
residue-contacts SEQUENCE OF <a href="Chem-graph-pntrs.html">Chem-graph-pntrs</a> OPTIONAL,
atom-contacts SEQUENCE OF <a href="Chem-graph-pntrs.html">Chem-graph-pntrs</a> OPTIONAL,
atom-distance SEQUENCE OF <a href="RealValue.html">RealValue</a> OPTIONAL}</pre>
</body>
</html>