18 | | Rscript /nfs/BaRC_Public/phantompeakqualtools/run_spp.R -c=TreatmentIP.bam -savp -out=TreatmentIP.run_spp.out |
19 | | }}} |
20 | | |
21 | | * After this analysis a good ChIP-seq experiment will have a second peak (reflecting the fragment size) as tall or taller than the first peak (reflecting read length). If the second peak is smaller that the first one macs will not estimate fragment size correctly. In that case we recommend running macs with parameters "--nomodel" and "--shiftsize=half_of_the_fragment_size". The fragment size is detected on the strand cross correlation analysis. |
| 19 | /nfs/BaRC_Public/phantompeakqualtools/run_spp.R -c=TreatmentIP.bam -savp -out=TreatmentIP.run_spp.out |
| 20 | }}} |
| 21 | |
| 22 | * After this analysis a good ChIP-seq experiment will have a second peak (reflecting the fragment size) as tall or taller than the first peak (reflecting read length). Example of a good IP. If the second peak is smaller that the first (example of a weak IP) one macs will not estimate fragment size correctly. In that case we recommend running macs with parameters "--nomodel" and "--shiftsize=half_of_the_fragment_size". The fragment size is detected on the strand cross correlation analysis. |