MAST - Motif Format

MAST -- Motif Alignment and Search Tool

Motif search tool


MOTIF FORMAT

MAST can search using (multiple) motifs contained in

Motif file format

  ALPHABET= alphabet
  log-odds matrix: alength= alength w= w
  row_1
  row_2
  ...
  row_w  

EXAMPLE

Here is an example of a DNA motif file that contains two motifs.

Sample motif file

  ALPHABET= ACGT
  log-odds matrix: alength= 4 w= 9
   -4.275  -0.182  -4.195   1.408
   -4.296  -1.487   1.880  -0.816
   -2.160  -1.492  -4.171   1.474
   -0.810  -4.076   1.872  -2.164
    1.537  -1.487  -4.195  -4.205
    0.113   0.340  -0.237  -0.209
   -0.454   0.923   0.390  -0.834
   -1.336  -0.082   0.905   0.100
    0.674  -4.183   0.130  -0.201
  log-odds matrix: alength= 4 w= 6
   -2.032   0.324   1.371  -0.781
   -0.409   0.560  -0.250   0.119
   -4.274  -0.519  -0.260   1.167
   -2.188   2.300  -4.191  -2.465
    1.265  -4.111  -0.267  -2.180
   -1.977   2.158  -1.661  -2.071 

In the example above, because the order of the letters in alphabet is ACGT, the first column of each motif gives the scores for the letter A at each position in the motif, the second column gives the scores for C and so forth.


MAST input

MAST introduction