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

56 lines
No EOL
2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Pssm</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>Pssm</h3><pre>Defined in file <a href="scoremat.asn.html">scoremat.asn</a>
C++ class: <a href="../doxyhtml/classCPssm.html">CPssm</a>
Pssm ::= SEQUENCE {
-- Is the this a protein or nucleotide scoring matrix?
isProtein BOOLEAN DEFAULT TRUE,
-- PSSM identifier
identifier <a href="Object-id.html">Object-id</a> OPTIONAL,
-- The dimensions of the matrix are returned so the client can
-- verify that all data was received.
numRows INTEGER, -- number of rows
numColumns INTEGER, -- number of columns
-- row-labels is given to note the order of residue types so that it can
-- be cross-checked between applications.
-- If this field is not given, the matrix values are presented in
-- order of the alphabet ncbistdaa is used for protein, ncbi4na for nucl.
-- for proteins the values returned correspond to
-- (-,-), (-,A), (-,B), (-,C) ... (A,-), (A,A), (A,B), (A,C) ...
rowLabels SEQUENCE OF VisibleString OPTIONAL,
-- are matrices stored row by row?
byRow BOOLEAN DEFAULT FALSE,
-- PSSM representative sequence (master)
query <a href="Seq-entry.html">Seq-entry</a> OPTIONAL,
-- both intermediateData and finalData can be provided, but at least one of
-- them must be provided.
-- N.B.: by default PSI-BLAST will return the PSSM in its <a href="PssmIntermediateData.html">PssmIntermediateData</a>
-- representation.
-- Intermediate or final data for the PSSM
intermediateData <a href="PssmIntermediateData.html">PssmIntermediateData</a> OPTIONAL,
-- Final representation for the PSSM
finalData <a href="PssmFinalData.html">PssmFinalData</a> OPTIONAL
}</pre>
</body>
</html>