Changes between Version 69 and Version 70 of SOPs/chip_seq_peaks
- Timestamp:
- 10/19/21 10:39:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/chip_seq_peaks
v69 v70 216 216 217 217 * Mapping: bowtie2 can be used for aligning the reads with the following parameters (for paired-end reads) 218 * --local 218 * --local (end-to-end read alignment not required) 219 219 * --very-sensitive-local 220 * --no-mixed 221 * --no-discordant 222 * -I 10 223 * -X 700 224 225 * Calling peaks: MACS2 callpeak is suitable to call peaks 220 * concordant pairs only: 221 * --no-mixed 222 * --no-discordant 223 * -I 10 (min fragment length) 224 * -X 700 (max fragment length) 225 226 * Calling peaks: MACS2 //callpeak// is suitable to call peaks 226 227 * -t treatment file 227 228 * -c control file