Hi,
I'm working on chip-seq data and I have a couple of questions on MACS.
- How much low can you go for
mfold
parameter. The default is10,30
. I have given5,30
and still the model could only call 392 peaks. I wanted to know if it's alright to go below 5? - I get a warning that,
Treatment and control tags are uneven! FDR may be wrong.
How can I fix this warning? Or is it alright to ignore this warning? i was wondering if it impedes my analysis by any chance?
Thanks in advance!
One possible way to solve the problem of "Treatment and control tags are uneven! FDR may be wrong" that for me worked pretty fine is:
1.- Try to get the read length of both control and sample to be the same 2.- Down sample the sample that have more reads to the sample that have less reads
I know that MACS scales the samples in order to get the peaks, but the solution that I state is based on try-catch-error
Hope it helps!