nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Dense-seg.html

25 lines
No EOL
1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Dense-seg</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>Dense-seg</h3><pre>Defined in file <a href="seqalign.asn.html">seqalign.asn</a>
C++ class: <a href="../doxyhtml/classCDense__seg.html">CDense_seg</a>
Dense-seg ::= SEQUENCE { -- for (multiway) global or partial alignments
dim INTEGER DEFAULT 2 , -- dimensionality
numseg INTEGER , -- number of segments here
ids SEQUENCE OF <a href="Seq-id.html">Seq-id</a> , -- sequences in order
starts SEQUENCE OF INTEGER , -- start OFFSETS in ids order within segs
lens SEQUENCE OF INTEGER , -- lengths in ids order within segs
strands SEQUENCE OF <a href="Na-strand.html">Na-strand</a> OPTIONAL ,
scores SEQUENCE OF <a href="Score.html">Score</a> OPTIONAL } -- score for each seg</pre>
</body>
</html>