Changes between Version 41 and Version 42 of SOPs/atac_Seq
- Timestamp:
- 05/27/21 09:35:39 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/atac_Seq
v41 v42 128 128 === [=#call_peaks Call peaks] === 129 129 130 MACS v2 is applicable for ATAC-Seq using the appropriate options/parameters. 130 MACS v2 is applicable for ATAC-Seq using the appropriate options/parameters. 131 {{{ 132 # Convert alignment bam file to bed 133 134 # Shift reads: reads aligning to the + strand offset by +4 bp; reads aligning to the – strand offset −5 bp 135 136 # Call peaks 137 macs2 callpeak -t pe.bed -n foo.narrow -f BED -g ${species} -q 0.01 --nomodel --shift -75 --extsize 150 --call-summits --keep-dup all 138 139 140 }}} 141 131 142 132 143 If using the 'BAMPE' option with paired-end reads, let MACS run the pileup and calculate 'extsize'; ask MACS to keep only 1 read if duplicates are present.