32 lines
No EOL
1.4 KiB
HTML
32 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>SP-block</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>SP-block</h3><pre>Defined in file <a href="seqblock.asn.html">seqblock.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSP__block.html">CSP_block</a>
|
|
|
|
|
|
SP-block ::= SEQUENCE { -- SWISSPROT specific descriptions
|
|
class ENUMERATED {
|
|
not-set (0) ,
|
|
standard (1) , -- conforms to all SWISSPROT checks
|
|
prelim (2) , -- only seq and biblio checked
|
|
other (255) } ,
|
|
extra-acc SET OF VisibleString OPTIONAL , -- old SWISSPROT ids
|
|
imeth BOOLEAN DEFAULT FALSE , -- seq known to start with Met
|
|
plasnm SET OF VisibleString OPTIONAL, -- plasmid names carrying gene
|
|
seqref SET OF <a href="Seq-id.html">Seq-id</a> OPTIONAL, -- xref to other sequences
|
|
dbref SET OF <a href="Dbtag.html">Dbtag</a> OPTIONAL , -- xref to non-sequence dbases
|
|
keywords SET OF VisibleString OPTIONAL , -- keywords
|
|
created <a href="Date.html">Date</a> OPTIONAL , -- creation date
|
|
sequpd <a href="Date.html">Date</a> OPTIONAL , -- sequence update
|
|
annotupd <a href="Date.html">Date</a> OPTIONAL } -- annotation update</pre>
|
|
</body>
|
|
</html> |