Hello currently I am working on Chip-seq analysis i have paired end data 35-130 PE reads I have aligned with bowtie2, after mapping generated the bam. Using MACS2 i wanted call the peaks(H3K4me3 histone mark) when I run run_spp.R for Modelling Fragment Size i got the below output result i am little bit confused which value should i use from the pdf generated and the tab generated file
command used
run_spp.R -c=output.bam -rf -out=params.out
tab file output
"chipSampleMaster.tagAlign.gz 48643337 160,345 0.409606223030329,0.372288179379363 135 0.3858776 600 0.3589484 1.141129 1.881149 2"
macs2 callpeak -t chip.bam -n H3K4me3 --gsize hs -c input.bam --nomodel --shiftsize=?
Thank you
Okay Thank you for your suggestions, can you please tell me usage of --SPMR in MACS2 because encode project uses in its pipeline
This option has nothing to do with peak calling, it only saves the pipeups so you can display it on a genome browser, but for this I usually use deeptools bamCoverage.
This is probably what you need, no magic here.
Okay Thank you. for my experiment I have one wt and knockout data i wanted compare this two and show the H3K4me3 status how I have to proceed, do the differential analysis or what, any examples and papers will be better to understand
Thank you