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

30 lines
No EOL
1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Prot-ref</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>Prot-ref</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCProt__ref.html">CProt_ref</a>
Prot-ref ::= SEQUENCE {
name SET OF VisibleString OPTIONAL , -- protein name
desc VisibleString OPTIONAL , -- description (instead of name)
ec SET OF VisibleString OPTIONAL , -- E.C. number(s)
activity SET OF VisibleString OPTIONAL , -- activities
db SET OF <a href="Dbtag.html">Dbtag</a> OPTIONAL , -- ids in other dbases
processed ENUMERATED { -- processing status
not-set (0) ,
preprotein (1) ,
mature (2) ,
signal-peptide (3) ,
transit-peptide (4) ,
propeptide (5) } DEFAULT not-set }</pre>
</body>
</html>