chippeak(1) | User Manuals | chippeak(1) |
chippeak - Locates signal peaks within a set of tags positions produced by a ChIP-Seq experiment
chippeak [ options ] [ -f <feature name> ] -t <threshold> -w <window> -v <vicinity> [ < ] [ SGA file ]
chippeak reads a ChIP-seq data file (or from stdin [<]) in SGA format (<SGA file>), and detects signal peaks for ChIP-tag positions corresponding to a specific feature <feature name> when given. If no feature is given then all input tags are processed.
Launching chippeak without any arguments will print the options list, along with their default values.
The <feature> parameter is a name that corresponds to the second field of the SGA file. It might optionally include the strand specification (+|-). If no feature is given then all input tags are processed.
The SGA input file MUST BE sorted by sequence name (or chromosome id), position, and strand. One should check the input SGA file with the following command:
sort -s -c -k1,1 -k3,3n -k4,4 <SGA file>
The output is an SGA-formatted list containing signal peak locations.
This parameter is optional. Its default value is 1.
If no feature name is given, then all features are selected.
This parameter is optional.
This parameter is mandatory.
This parameter is mandatory.
chipcor(1) chipextract(1) chipcenter(1), chippart(1) chipscore(1),
July 2015 | Bioinformatics |