nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/PDB-seq-id.html

24 lines
No EOL
1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PDB-seq-id</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>PDB-seq-id</h3><pre>Defined in file <a href="seqloc.asn.html">seqloc.asn</a>
C++ class: <a href="../doxyhtml/classCPDB__seq__id.html">CPDB_seq_id</a>
PDB-seq-id ::= SEQUENCE { --
mol <a href="PDB-mol-id.html">PDB-mol-id</a> , -- the molecule name
chain INTEGER DEFAULT 32 , -- Deprecated: 'chain' can't support multiple character
-- PDB chain identifiers (introduced in 2015).
-- 'chain-id' stores chain identifiers of any length.
rel <a href="Date.html">Date</a> OPTIONAL , -- release date, month and year
chain-id VisibleString OPTIONAL } -- chain identifier; length-independent generalization of 'chain' </pre>
</body>
</html>