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

47 lines
No EOL
1.7 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Seq-align</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-align</h3><pre>Defined in file <a href="seqalign.asn.html">seqalign.asn</a>
C++ class: <a href="../doxyhtml/classCSeq__align.html">CSeq_align</a>
Seq-align ::= SEQUENCE {
type ENUMERATED {
not-set (0) ,
global (1) ,
diags (2) , -- unbroken, but not ordered, diagonals
partial (3) , -- mapping pieces together
disc (4) , -- discontinuous alignment
other (255) } ,
dim INTEGER OPTIONAL , -- dimensionality
score SET OF <a href="Score.html">Score</a> OPTIONAL , -- for whole alignment
segs CHOICE { -- alignment data
dendiag SEQUENCE OF <a href="Dense-diag.html">Dense-diag</a> ,
denseg <a href="Dense-seg.html">Dense-seg</a> ,
std SEQUENCE OF <a href="Std-seg.html">Std-seg</a> ,
packed <a href="Packed-seg.html">Packed-seg</a> ,
disc <a href="Seq-align-set.html">Seq-align-set</a>,
spliced <a href="Spliced-seg.html">Spliced-seg</a>,
sparse <a href="Sparse-seg.html">Sparse-seg</a>
} ,
-- regions of sequence over which align
-- was computed
bounds SET OF <a href="Seq-loc.html">Seq-loc</a> OPTIONAL,
-- alignment id
id SEQUENCE OF <a href="Object-id.html">Object-id</a> OPTIONAL,
--extra info
ext SEQUENCE OF <a href="User-object.html">User-object</a> OPTIONAL
}</pre>
</body>
</html>