Changes between Version 77 and Version 78 of SOPs/atac_Seq


Ignore:
Timestamp:
07/09/21 11:03:40 (4 years ago)
Author:
byuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/atac_Seq

    v77 v78  
    4747}}}
    4848
    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.bam
    52 }}}
    5349  * Remove reads with low quality score: MAPQ < 30 with alignmentSieve from [[https://deeptools.readthedocs.io/en/develop/|DeepTools]]
    5450{{{
     
    6359  * Check deduplication level with [[http://barcwiki.wi.mit.edu/wiki/SOPs/qc_shortReads | 'fastqc']].
    6460 
    65 
     61  * Remove reads mapped to mitochondria.
     62{{{
     63samtools view -h file.bam | grep -v chrM | samtools view -b -h -f 0x2 - | samtools sort - > file.sorted.bam
     64}}}
    6665
    6766=== [=#call_peaks Call peaks] ===