27 lines
No EOL
916 B
HTML
27 lines
No EOL
916 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Insertion</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>Insertion</h3><pre>Defined in file <a href="varrep.asn.html">varrep.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCInsertion.html">CInsertion</a>
|
|
|
|
|
|
Insertion ::= SEQUENCE {
|
|
int <a href="SeqInterval.html">SeqInterval</a>,
|
|
|
|
seqinfo CHOICE {
|
|
identifier VisibleString, -- A sequence identifier (e.g. an accession id)
|
|
raw-seq VisibleString, -- The actual nucleotide / amino-acid sequence
|
|
count <a href="Count.html">Count</a>, -- The number of elements inserted
|
|
subseq <a href="Subsequence.html">Subsequence</a> -- A subsequence specified by an id, type descriptor, and a range
|
|
}
|
|
}</pre>
|
|
</body>
|
|
</html> |