Problems with MACS ChIP-Seq peak calling
I downloaded raw data in GEO and analyzed it following general ChIP-Seq pipeline: trimming adapter, mapping and calling peaks. However, when compared with bigwig files in GEO, my results look like separate spikes instead of peaks.
Here is the command I used: macs14 --bw 200 -t -c -B -S --call-subpeaks
Does anyone know how did this happen? Thanks!!
• 3,522 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Link for igv screenshot: https://ibb.co/dXZhvv
Need more information
We need to know the MACS2 output file you are working from. Do you load this file directly into IGV or create another file from loading it? Always include file extensions Please print the top 10 lines (including header if there is one) of the file you are loading into IGV
you need to create a signal track. Calling peaks is one thing, visualising them is something else. MACS2 will have created 2 .bdg file called [prefix]_treat_pileup.bdg and [prefix]_control_lambda.bdg for your sample. These are used to create the type of file you want. The link describes how to create a FE or LogLR track but I think you need a ppois track.
I added markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
MACS call peaks (regions where there are peaks). BigWigs are just the coverage tracks (at least in this case). Those should not look similar.