Changes between Version 50 and Version 51 of SOPs/atac_Seq


Ignore:
Timestamp:
06/02/21 12:00:23 (4 years ago)
Author:
byuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/atac_Seq

    v50 v51  
    140140
    141141  # Call peaks: ENCODE uses very small p-value, so it could get enough peaks for IDR
    142   # If you don't do IDR, you need to make p-value more stringent, such as with q 0.01
     142  # If you don't run IDR, you need to make p-value more stringent, such as with q 0.01
    143143  macs2 callpeak -t tagAlign.gz -n foo.narrow -f BED -g ${species} -p 0.01 --nomodel --shift -75 --extsize 150 --call-summits --keep-dup all -B --SPMR --call-summits
    144144
     
    146146
    147147
    148   * Using pair-end bed as macs2 input. [[ https://twitter.com/XiChenUoM/status/1336658454866325506 | It considers ends of both mates, focus on cutting/insertion sites enrichment in ATAC-seq ]]. Codes implemented in the ATAC-seq review paper ( https://github.com/alexyfyf/atac_nf/blob/7f996b7de0e349c5a10dbbd75b2c266339517a3b/atac.nf#L341 )
     148  * Using pair-end bed as macs2 input. It considers ends of both mates, focus on cutting/insertion sites enrichment in ATAC-seq. [[ [[ https://twitter.com/XiChenUoM/status/1336658454866325506 | Explaination ]]. Codes implemented in the ATAC-seq review paper ( https://github.com/alexyfyf/atac_nf/blob/7f996b7de0e349c5a10dbbd75b2c266339517a3b/atac.nf#L341 )
    149149 [[https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-1929-3 | From reads to insight: a hitchhiker’s guide to ATAC-seq data analysis]]
    150150{{{