-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
motif mapping not correct? #26
Comments
Looks like a bug. Thanks, I'll have to figure this out. |
Fixed in 19e9e11. |
Hi, It did work for the example I gave but seems it doesn't work for more general sequences, such as |
OK, found the bug, if I include more than 2 SNPs in one TFBS, then your program won't work. |
Right, I'm now somewhat amazed that I've never managed to hit any of these cases myself earlier. More fixes in 90cfb54; I'll do more thorough testing in the near future. |
Thank you so much! As far as I can tell, my problem is fixed. |
Input: test.fa
Input: motif matrix (PWM)
command
python ../moods_dna.py -S M4453_1.02_BCL11A.pfm -s test.fa -t 0
output
question
MOODS is supposed to give me all combinations of the input SNPs, right?
Clearly, the 5th row, where the score is 10, is not captured in
test
sequence.So there is a bug somewhere in MOODS?
Thanks,
Yichao
The text was updated successfully, but these errors were encountered: