nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Genetic-code.html

26 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Genetic-code</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>Genetic-code</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCGenetic__code.html">CGenetic_code</a>
Genetic-code ::= SET OF CHOICE {
name VisibleString , -- name of a code
id INTEGER , -- id in dbase
ncbieaa VisibleString , -- indexed to IUPAC extended
ncbi8aa OCTET STRING , -- indexed to <a href="NCBI8aa.html">NCBI8aa</a>
ncbistdaa OCTET STRING , -- indexed to <a href="NCBIstdaa.html">NCBIstdaa</a>
sncbieaa VisibleString , -- start, indexed to IUPAC extended
sncbi8aa OCTET STRING , -- start, indexed to <a href="NCBI8aa.html">NCBI8aa</a>
sncbistdaa OCTET STRING } -- start, indexed to <a href="NCBIstdaa.html">NCBIstdaa</a></pre>
</body>
</html>