37 lines
No EOL
1.9 KiB
HTML
37 lines
No EOL
1.9 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>ID2-Request-Get-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>ID2-Request-Get-Seq-id</h3><pre>Defined in file <a href="id2.asn.html">id2.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCID2__Request__Get__Seq__id.html">CID2_Request_Get_Seq_id</a>
|
|
|
|
|
|
ID2-Request-Get-Seq-id ::= SEQUENCE {
|
|
seq-id <a href="ID2-Seq-id.html">ID2-Seq-id</a>,
|
|
seq-id-type INTEGER {
|
|
any (0), -- return any qualified <a href="Seq-id.html">Seq-id</a>
|
|
gi (1), -- gi is preferred
|
|
text (2), -- text <a href="Seq-id.html">Seq-id</a> (accession etc) is preferred
|
|
general (4), -- general <a href="Seq-id.html">Seq-id</a> is preferred
|
|
all (127), -- return all qualified Seq-ids of the sequence
|
|
label (128), -- return a sequence string label as string
|
|
-- in general id with db "LABEL"
|
|
taxid (256), -- return a sequence taxonomy ID as integer
|
|
-- in general id with db "TAXID"
|
|
hash (512), -- return a sequence hash as integer
|
|
-- in general id with db "HASH"
|
|
seq-length (1024), -- return a sequence <a href="Seq-inst.html">Seq-inst</a>.length as int
|
|
-- in general id with db "<a href="Seq-inst.html">Seq-inst</a>.length"
|
|
seq-mol (2048) -- return a sequence <a href="Seq-inst.html">Seq-inst</a>.mol as int
|
|
-- in general id with db "<a href="Seq-inst.html">Seq-inst</a>.mol"
|
|
} DEFAULT any
|
|
}</pre>
|
|
</body>
|
|
</html> |