Changes between Version 48 and Version 49 of SOPs/chip_seq_peaks


Ignore:
Timestamp:
06/24/19 10:22:53 (6 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/chip_seq_peaks

    v48 v49  
    292292    * Filter out redundant reads from each BAM file with a command like 'samtools rmdup'.
    293293    * Merge peaks of all samples (and make non-redundant):
    294     * mergeBed -i Peaks_all_redundant.bed > Peaks.bed
     294      * mergeBed -i Peaks_all_redundant.bed > Peaks.bed
    295295    * Count reads in each sample that overlaps each peak
    296     * intersectBed -bed -wb -abam Reads_1.noDups.bam -b Peaks.bed | cut -f13-15 | groupBy -i stdin -g 1-3 -c 1 -o count > Peak_counts.reads_1.bed
     296      * multiBamCov -bams *.sorted.bam -bed Merged_peaks.bed > Merged_peak_counts.reads_samples.bed
    297297    * Modify counts per peak to account for differing numbers of mapped reads.
    298298  * Method 5: Use [[https://github.com/shenlab-sinai/ngsplot | ngsplot]] to make stacked heatmaps,and profiles, of peaks for each sample