chipscore(1) | User Manuals | chipscore(1) |
chipcor - Feature Extraction Tool for ChIP-seq data analysis
chipscore [ options ] -A <ref feature> -B <tar feature> -b <from> -e <to> [ < ] [ SGA file ]
chipscore reads a ChIP-seq data file (or from stdin [<]) in SGA format (<SGA file>), and compares two features, a reference feature (<feature A>) and a target feature (<feature B>), with respect to their relative position. It then extract feature A tags that are enriched in feature B tags according to a given Count Output Threshold or Score (-t).
Launching chipscore without any arguments will print the options list, along with their default values.
The feature specification must have the following format: <feature> = <name> [<+|->]
The strand specification (+|-) being optional.
The <feature> parameter is a name that corresponds to the second field of the SGA file. 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>
This parameter is mandatory.
This parameter is mandatory.
This parameter is optional. Its default value is 10.
The default value is 0.
chipcor(1), chipextract(1), chipcenter(1), chippeak(1) chippart(1)
June 2015 | Bioinformatics |