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

29 lines
No EOL
1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Parameters</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>Parameters</h3><pre>Defined in file <a href="blastxml.asn.html">blastxml.asn</a>
C++ class: <a href="../doxyhtml/classCParameters.html">CParameters</a>
Parameters ::= SEQUENCE {
matrix VisibleString OPTIONAL , -- <a href="Matrix.html">Matrix</a> used (-M)
expect REAL , -- Expectation threshold (-e)
include REAL OPTIONAL , -- Inclusion threshold (-h)
sc-match INTEGER OPTIONAL , -- match score for NT (-r)
sc-mismatch INTEGER OPTIONAL , -- mismatch score for NT (-q)
gap-open INTEGER , -- Gap opening cost (-G)
gap-extend INTEGER , -- Gap extension cost (-E)
filter VisibleString OPTIONAL, -- Filtering options (-F)
pattern VisibleString OPTIONAL, -- PHI-BLAST pattern
entrez-query VisibleString OPTIONAL -- Limit of request to Entrez query
}</pre>
</body>
</html>