TABLE 2.
Pseudocode for normalizing scoring matrix (algorithm 1)a
Step | Description |
---|---|
1 | M ← scoring matrix |
2 | for row, column in M do |
3 | |
4 | end |
Pseudocode operators “for,” “do,” and “end” are highlighted in bold for clarity.
Pseudocode for normalizing scoring matrix (algorithm 1)a
Step | Description |
---|---|
1 | M ← scoring matrix |
2 | for row, column in M do |
3 | |
4 | end |
Pseudocode operators “for,” “do,” and “end” are highlighted in bold for clarity.