![]() |
Xmaxentscan
for Short Sequence Motifs
|
Xmaxentscan is a general way of building distributions over short sequence motifs that takes into account non-neighboring dependencies.
Each sequence must be the same length. Input sequences as a
FastA file with one sequence per line (no linebreaks).
Letters in the sequence other than ATCG will crash the program!
Example Test File "5" is the positive label and "0" is the negative label convention used in this program.
> 5
aagattg
> 0
cagaata
> 0
aagaaaa
...