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

30 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Cdregion</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>Cdregion</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCCdregion.html">CCdregion</a>
Cdregion ::= SEQUENCE {
orf BOOLEAN OPTIONAL , -- just an ORF ?
frame ENUMERATED {
not-set (0) , -- not set, code uses one
one (1) ,
two (2) ,
three (3) } DEFAULT not-set , -- reading frame
conflict BOOLEAN OPTIONAL , -- conflict
gaps INTEGER OPTIONAL , -- number of gaps on conflict/except
mismatch INTEGER OPTIONAL , -- number of mismatches on above
code <a href="Genetic-code.html">Genetic-code</a> OPTIONAL , -- genetic code used
code-break SEQUENCE OF <a href="Code-break.html">Code-break</a> OPTIONAL , -- individual exceptions
stops INTEGER OPTIONAL } -- number of stop codons on above</pre>
</body>
</html>