Changes between Version 20 and Version 21 of SOPs/atac_Seq


Ignore:
Timestamp:
09/22/20 10:27:16 (4 years ago)
Author:
byuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/atac_Seq

    v20 v21  
    9595samtools sort -n bowtie/ATAC.bam > ATAC_sortedByName.bam
    9696# Run Genrich
    97 Genrich -e chrM -j -r -v -t ATAC_sortedByName.bam -o peaks/ATAC_peak -f peaks/ATAC_log
     97Genrich -e chrM -j -r -m 30 -v -t ATAC_sortedByName.bam -o peaks/ATAC_peak -f peaks/ATAC_log
    9898
    9999where
    100100-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
    101101-r              Remove PCR duplicates
     102-m  <int>       Minimum MAPQ to keep an alignment (def. 0)
    102103-d <int>        Expand cut sites to the given length (default 100bp)
    103104-e <arg>        Chromosomes (reference sequences) to exclude. Can be a comma-separated  list, e.g. -e chrM,chrY.