Changes between Version 77 and Version 78 of SOPs/atac_Seq
- Timestamp:
- 07/09/21 11:03:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/atac_Seq
v77 v78 47 47 }}} 48 48 49 * Remove reads mapped to mitochondria.50 {{{51 samtools view -h file.bam | grep -v chrM | samtools view -b -h -f 0x2 - | samtools sort - > file.sorted.bam52 }}}53 49 * Remove reads with low quality score: MAPQ < 30 with alignmentSieve from [[https://deeptools.readthedocs.io/en/develop/|DeepTools]] 54 50 {{{ … … 63 59 * Check deduplication level with [[http://barcwiki.wi.mit.edu/wiki/SOPs/qc_shortReads | 'fastqc']]. 64 60 65 61 * Remove reads mapped to mitochondria. 62 {{{ 63 samtools view -h file.bam | grep -v chrM | samtools view -b -h -f 0x2 - | samtools sort - > file.sorted.bam 64 }}} 66 65 67 66 === [=#call_peaks Call peaks] ===