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

29 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Seq-loc</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>Seq-loc</h3><pre>Defined in file <a href="seqloc.asn.html">seqloc.asn</a>
C++ class: <a href="../doxyhtml/classCSeq__loc.html">CSeq_loc</a>
Seq-loc ::= CHOICE {
null NULL , -- not placed
empty <a href="Seq-id.html">Seq-id</a> , -- to NULL one <a href="Seq-id.html">Seq-id</a> in a collection
whole <a href="Seq-id.html">Seq-id</a> , -- whole sequence
int <a href="Seq-interval.html">Seq-interval</a> , -- from to
packed-int <a href="Packed-seqint.html">Packed-seqint</a> ,
pnt <a href="Seq-point.html">Seq-point</a> ,
packed-pnt <a href="Packed-seqpnt.html">Packed-seqpnt</a> ,
mix <a href="Seq-loc-mix.html">Seq-loc-mix</a> ,
equiv <a href="Seq-loc-equiv.html">Seq-loc-equiv</a> , -- equivalent sets of locations
bond <a href="Seq-bond.html">Seq-bond</a> ,
feat <a href="Feat-id.html">Feat-id</a> } -- indirect, through a <a href="Seq-feat.html">Seq-feat</a></pre>
</body>
</html>