30 lines
No EOL
898 B
HTML
30 lines
No EOL
898 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>FormatRpsDbParameters</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>FormatRpsDbParameters</h3><pre>Defined in file <a href="scoremat.asn.html">scoremat.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCFormatRpsDbParameters.html">CFormatRpsDbParameters</a>
|
|
|
|
|
|
FormatRpsDbParameters ::= SEQUENCE {
|
|
|
|
-- name of the underlying score matrix whose frequency ratios were
|
|
-- used in PSSM construction (e.g.: BLOSUM62)
|
|
matrixName VisibleString,
|
|
|
|
-- gap opening penalty corresponding to the matrix above
|
|
gapOpen INTEGER OPTIONAL,
|
|
|
|
-- gap extension penalty corresponding to the matrix above
|
|
gapExtend INTEGER OPTIONAL
|
|
|
|
}</pre>
|
|
</body>
|
|
</html> |