HPeak
A HMM-based algorithm for defining enriched regions from ChIP-seq data
...Command (single-end):
perl /compbio/software/HPeak3/HPeak.pl -sp HUMAN/MOUSE -format BED -t TREATMENT.inp -c CONTROL.inp -n OUTPUTPREFIX -fmin 100 -fmax 300 -r 36 -ann -wig -seq -interfiles
Command (pair-end):
perl /compbio/software/HPeak3/HPeak.pl -sp HUMAN/MOUSE -format BED -pe TREATMENT.inp -c CONTROL.inp -n OUTPUTPREFIX -isize 200 -r 100 -pec (if control is PE) -ann -wig -seq –interfiles
note:
1. Default species is HUMAN. Also supports MOUSE. Can add any other genome if in need.
2. Default format is BED. ...