chippart(1) | User Manuals | chippart(1) |
chippart - Partitioning Tool for ChIP-seq data analysis
chippart [ options ] -f <feature name> -p <transition penalty> -s <density threshold> [ < ] [ SGA file ]
chippart reads a ChIP-seq data file (or from stdin [<]) in SGA format (<SGA file>), and finds signal-enriched regions across the whole file for ChIP-tag positions corresponding to a specific feature <feature name>, or all features.
Launching chippart 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 the regions of interest.
The program also generates (to stderr) a statistical report with the following information:
- Total number of processed sequences, total DNA length, and
total number of fragments;
- Total length of fragments, average fragment length, and
percentage of total DNA length;
- Percentage of total counts, average number of counts, and
number of count per bp (count density).
This parameter is optional. Its default value is 1.
If no feature name is given, then all features are selected.
This parameter is mandatory.
This parameter is mandatory.
chipcor(1) chipextract(1) chipcenter(1), chippeak(1) chipscore(1)
July 2015 | Bioinformatics |