Changes between Version 31 and Version 32 of SOPs/chip_seq_peaks


Ignore:
Timestamp:
09/28/16 10:57:29 (8 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified SOPs/chip_seq_peaks

    v31 v32  
    4343{{{
    4444bsub macs2 callpeak -t IP_reads.mapped_only.bam -c Control_reads.mapped_only.bam -f BAM -g mm -n Name --nomodel -B --extsize "size calculated on the strand croscorrelation analysis"
    45 bsub macs2 callpeak -t IP_reads.mapped_only.bam -c Control_reads.mapped_only.bam -f BAM -g mm -n Name -B -p 1e-3
     45bsub macs2 callpeak -t IP_reads.mapped_only.bam -c Control_reads.mapped_only.bam -f BAMPE -g mm -n Name -B -p 1e-3
    4646}}}
    4747  * --nomodel  whether or not to build the shifting model. If True, MACS will not build model. By default it means shifting size = 100.                     
    48   * -f Input format
     48  * -f Input format (typically BAM for single-end reads and BAMPE for paired-end reads)
    4949  * -B create bedgraph output files
    5050  * --extsize When nomodel is true, MACS will use this value as fragment size to extend each read towards 3' end