Inform | pdb2mp | MatrixPlot | zoom |
A C G UT - 0.25 0.25 0.25 0.25 1Note that gap background probability is set to one. The setting of the gap "background probability" is discussed in the introduction.
A C G UT - A 0 0 0 1 0 C 0 0 1 0 0 G 0 1 0 1 0 UT 1 0 1 0 0 - 0 0 0 0 0The gaps must be included. The alphabet should be listed in the same order as in the alphabet file.
Inform alfile=ntalfile backdist=ntdist matrix=ntmat mtype=2 alignfile > data.mpGenerates the mp file data.mp, using the alphabet listed in ntalfile, the background probabilities listed in ntdist, the complementarity matrix read from ntmat. The mutual information is computed as type 2. The alignment is read from alignfile.
Data can also be piped into Inform:
cat alignfile | Inform alfile=ntalfile backdist=ntdist mtype=1 > data.mp