Changes between Version 20 and Version 21 of SOPs/atac_Seq
- Timestamp:
- 09/22/20 10:27:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/atac_Seq
v20 v21 95 95 samtools sort -n bowtie/ATAC.bam > ATAC_sortedByName.bam 96 96 # Run Genrich 97 Genrich -e chrM -j -r - v -t ATAC_sortedByName.bam -o peaks/ATAC_peak -f peaks/ATAC_log97 Genrich -e chrM -j -r -m 30 -v -t ATAC_sortedByName.bam -o peaks/ATAC_peak -f peaks/ATAC_log 98 98 99 99 where 100 100 -j ATAC-seq mode (must be specified) intervals are interpreted that are centered on transposase cut sites (the ends of each DNA fragment). Only properly paired alignment are analyzed by default 101 101 -r Remove PCR duplicates 102 -m <int> Minimum MAPQ to keep an alignment (def. 0) 102 103 -d <int> Expand cut sites to the given length (default 100bp) 103 104 -e <arg> Chromosomes (reference sequences) to exclude. Can be a comma-separated list, e.g. -e chrM,chrY.