Entering edit mode
7.5 years ago
dcheng1
•
0
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!!
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:
Link for igv screenshot: https://ibb.co/dXZhvv
MACS call peaks (regions where there are peaks). BigWigs are just the coverage tracks (at least in this case). Those should not look similar.