Skip to main content
. 2020 Feb 18;5(1):e00903-19. doi: 10.1128/mSystems.00903-19

TABLE 2.

Pseudocode for normalizing scoring matrix (algorithm 1)a

Step Description
1 M ← scoring matrix
2 for row, column in M do
3     Mrow,columnMrow,column/max[abs(M)]
4 end
a

Pseudocode operators “for,” “do,” and “end” are highlighted in bold for clarity.