... | ... |
@@ -159,7 +159,7 @@ matrixToMemeText = function (matrices) |
159 | 159 |
s [index] = sprintf ('MOTIF %s', fixed.name) |
160 | 160 |
index = index + 1 |
161 | 161 |
new.line = |
162 |
- sprintf ('letter-probability matrix: alength= 4 w= %d nsites= %d E=8.1e-020', |
|
162 |
+ sprintf ('letter-probability matrix: alength= 4 w= %d nsites= %d E=%f', |
|
163 | 163 |
nrow (tfMat), 45, 8.1e-020) |
164 | 164 |
s [index] = new.line |
165 | 165 |
index = index + 1 |