.TH chipextract 1 "July 2015" Bioinformatics "User Manuals" .SH NAME chipextract \- Feature Correlation and Extraction Tool for ChIP-seq data analysis .SH SYNOPSIS .B chipextract [ .I options .B ] -A .I .B -B .I .B -b .I .B -e .I .B -w .I .B [ .I < .B ] .B [ .I SGA file .B ] .SH DESCRIPTION .B chipextract reads a ChIP-seq data file (or from stdin [<]) in SGA format () containing two features, a reference feature () and a target feature (), correlates the genomic tag count distributions for the two features, and for each reference feature, it extracts target feature tags that fall into a distance range ([from,to]) relative to the reference feature. Launching .B chipextract without any arguments will print the options list, along with their default values. The feature specification must have the following format: = [<+|-|0[strandless]|a[any]|o[oriented]>] Accepted strand values are the following: +|-|0[strandless]|a[any]|o[oriented]. If the strand is not specified, it is set to a[any] by default. The parameter is a name that corresponds to the second field of the SGA file. 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 The output is a table in text format consisting of all reference features (rows) with relative target tag counts in bins of a given size defined by width (columns). .SH OPTIONS .IP "-A " The feature that is taken as a reference for correlating chIP-seq tag distances. This parameter is mandatory. .IP "-B " Tags corresponding to the target feature are positionally correlated to tags corresponding to the reference feature. This parameter is mandatory. .IP "-b " The relative distance between the two features is analysed within a given range: indicates the beginning. .IP "-e " The relative distance between the two features is analysed within a given range: indicates the end. .IP "-c " A value can be optionally specified as a cut-off for the target feature counts. This parameter is optional. Its default value is 1. .IP "-d" Show debug info. The program performs the sorting order check of the input data file. .IP "-h" Show the usage message. .IP "-w" It indicates the histogram step size (in bp) or bin. .SH "SEE ALSO" .BR chipcor (1), .BR chipcenter (1), .BR chippeak (1) .BR chippart (1) .BR chipscore (1)