nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Blast4-value.html

57 lines
No EOL
2.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Blast4-value</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-value</h3><pre>Defined in file <a href="blast.asn.html">blast.asn</a>
C++ class: <a href="../doxyhtml/classCBlast4__value.html">CBlast4_value</a>
Blast4-value ::= CHOICE {
-- scalar types
big-integer BigInt,
bioseq <a href="Bioseq.html">Bioseq</a>,
boolean BOOLEAN,
cutoff <a href="Blast4-cutoff.html">Blast4-cutoff</a>,
integer INTEGER,
matrix <a href="PssmWithParameters.html">PssmWithParameters</a>,
real REAL,
seq-align <a href="Seq-align.html">Seq-align</a>,
seq-id <a href="Seq-id.html">Seq-id</a>,
seq-loc <a href="Seq-loc.html">Seq-loc</a>,
strand-type <a href="Blast4-strand-type.html">Blast4-strand-type</a>,
string VisibleString,
-- lists of scalar types
big-integer-list SEQUENCE OF BigInt,
bioseq-list SEQUENCE OF <a href="Bioseq.html">Bioseq</a>,
boolean-list SEQUENCE OF BOOLEAN,
cutoff-list SEQUENCE OF <a href="Blast4-cutoff.html">Blast4-cutoff</a>,
integer-list SEQUENCE OF INTEGER,
matrix-list SEQUENCE OF <a href="PssmWithParameters.html">PssmWithParameters</a>,
real-list SEQUENCE OF REAL,
seq-align-list SEQUENCE OF <a href="Seq-align.html">Seq-align</a>,
seq-id-list SEQUENCE OF <a href="Seq-id.html">Seq-id</a>,
seq-loc-list SEQUENCE OF <a href="Seq-loc.html">Seq-loc</a>,
strand-type-list SEQUENCE OF <a href="Blast4-strand-type.html">Blast4-strand-type</a>,
string-list SEQUENCE OF VisibleString,
-- imported collection types
bioseq-set <a href="Bioseq-set.html">Bioseq-set</a>,
seq-align-set <a href="Seq-align-set.html">Seq-align-set</a>,
-- Intended to represent user-provided masking locations for a single query
-- sequence (name field in <a href="Blast4-parameter.html">Blast4-parameter</a> should be "LCaseMask").
-- Multiple <a href="Blast4-parameters.html">Blast4-parameters</a> of this type are needed to specify masking
-- locations for multiple queries.
query-mask <a href="Blast4-mask.html">Blast4-mask</a>
}</pre>
</body>
</html>