Hi I am trying to run fimo from the meme suite but can't make my sequence file readable.
I keep getting the error
> fimo motif ~/fastA.txt
There were no convincing matches to any MEME Suite motif format.
FATAL: No motifs could be read.
I am trying to run fimo with the motif file in text format. From the example file of meme I constructed my motif as a regular expression in such a form:
I guess you could assign 0 probability to the letters to exclude and equal probs to those to include. E.g. to represent [AG] you would put a row with "0.5 0 0.5 0" (where the alphabet is ACGT).
What do I do about the background frequencies? How are they being calculated here? Is it a separte background list I need to use or are they calculated from the frequencies of the list?
But how do I convert my motif into meme format? I don't have any probabilities.
I guess you could assign 0 probability to the letters to exclude and equal probs to those to include. E.g. to represent [AG] you would put a row with "0.5 0 0.5 0" (where the alphabet is ACGT).
Yes this works. Thanks!
What do I do about the background frequencies? How are they being calculated here? Is it a separte background list I need to use or are they calculated from the frequencies of the list?