41 lines
No EOL
1.1 KiB
HTML
41 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Blast4-simple-alignment</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>Blast4-simple-alignment</h3><pre>Defined in file <a href="blast.asn.html">blast.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCBlast4__simple__alignment.html">CBlast4_simple_alignment</a>
|
|
|
|
|
|
Blast4-simple-alignment ::= SEQUENCE {
|
|
|
|
-- Subject sequence identifier
|
|
-- (normally a GI from the SeqAlign)
|
|
subject-id VisibleString,
|
|
|
|
-- E-Value
|
|
e-value REAL,
|
|
|
|
-- Bit score
|
|
bit-score REAL,
|
|
|
|
-- Number of identities
|
|
num-identities INTEGER OPTIONAL,
|
|
|
|
-- Number of insertions/deletions
|
|
num-indels INTEGER OPTIONAL,
|
|
|
|
-- Full query range covered by this HSP
|
|
full-query-range <a href="Blast4-range.html">Blast4-range</a>,
|
|
|
|
-- Full subject range covered by this HSP
|
|
full-subject-range <a href="Blast4-range.html">Blast4-range</a>
|
|
}</pre>
|
|
</body>
|
|
</html> |