Mercurial > repos > greg > cwpair2
comparison cwpair2.xml @ 12:79a10fe09b66 draft default tip
Uploaded
author | greg |
---|---|
date | Wed, 16 Dec 2015 19:41:57 -0500 |
parents | 6383cae47688 |
children |
comparison
equal
deleted
inserted
replaced
11:6383cae47688 | 12:79a10fe09b66 |
---|---|
154 the specified percentage of this 95th percentile. So if the peak at the 95th percentile has 200 tags, and "relative | 154 the specified percentage of this 95th percentile. So if the peak at the 95th percentile has 200 tags, and "relative |
155 threshold" 50 is used, then it will not consider any peak having less than 100 tags. | 155 threshold" 50 is used, then it will not consider any peak having less than 100 tags. |
156 | 156 |
157 ----- | 157 ----- |
158 | 158 |
159 **Options** | |
160 | |
161 * **Method of finding match** - Method of finding matched pair, mode, closest, largest, or all (run with each method). | |
162 * **Distance upstream from a peak to allow a pair** - The maximum distance (inclusive) upstream on the opposite strand from the primary peak to locate another peak, resulting in a pair. | |
163 * **Distance downstream from a peak to allow a pair** - The maximum distance (inclusive) downstream on the opposite strand from the primary peak to locate another peak, resulting in a pair. | |
164 * **Percentage of the 95 percentile value to filter below** - Percentage of the 95 percentile value below which to filter when using a relative threshold. | |
165 * **Absolute value to filter below** - Absolute value below which to filter when using an absolute threshold. | |
166 * **Output files** - Restrict output dataset collections to matched pairs only or one of several combinations of collection types. | |
167 | |
168 ----- | |
169 | |
159 **Output Data Files** | 170 **Output Data Files** |
160 | 171 |
161 * **closest/largest/mode MP** - gff file containing the Matched Pairs and includes the peak-pair midpoint coordinate (column D) and the coordinate +1 (column E). The tag count sum is reported in column F, along with the C-W distance in bp in column I. | 172 * **closest/largest/mode MP** - gff file containing the Matched Pairs and includes the peak-pair midpoint coordinate (column D) and the coordinate +1 (column E). The tag count sum is reported in column F, along with the C-W distance in bp in column I. |
162 * **closest/largest/mode O** - tabular file containing the Orphans (all peaks that are not in pairs). | 173 * **closest/largest/mode O** - tabular file containing the Orphans (all peaks that are not in pairs). |
163 * **closest/largest/mode D** - tabular file containing the Details, which lists + and – strand information separately. The start and end represent the lower and higher coordinates of the exclusion zone from GeneTrack, and “Value” is the tag count sum within the exclusion zone. The peak pair midpoint is calculated along with the distance between the two paired peaks (midpoint-to-midpoint or C-W distance). | 174 * **closest/largest/mode D** - tabular file containing the Details, which lists + and – strand information separately. The start and end represent the lower and higher coordinates of the exclusion zone from GeneTrack, and “Value” is the tag count sum within the exclusion zone. The peak pair midpoint is calculated along with the distance between the two paired peaks (midpoint-to-midpoint or C-W distance). |
167 * **closest/largest/mode C** - pdf file that provides the frequency distribution of peak pair distances. | 178 * **closest/largest/mode C** - pdf file that provides the frequency distribution of peak pair distances. |
168 * **closest/largest/mode P** - pdf file that provides the preview plots graph (the initial iteration of the process for finding the mode). | 179 * **closest/largest/mode P** - pdf file that provides the preview plots graph (the initial iteration of the process for finding the mode). |
169 * **closest/largest/mode F** - pdf file that provides the final plots graph. | 180 * **closest/largest/mode F** - pdf file that provides the final plots graph. |
170 * **Statistics Table** - provides the number of peaks in pairs (dividing this by 2 provides the number of peak-pairs). | 181 * **Statistics Table** - provides the number of peaks in pairs (dividing this by 2 provides the number of peak-pairs). |
171 | 182 |
172 ----- | |
173 | |
174 **Options** | |
175 | |
176 * **Method of finding match** - Method of finding matched pair, mode, closest, largest, or all (run with each method). | |
177 * **Distance upstream from a peak to allow a pair** - The maximum distance (inclusive) upstream on the opposite strand from the primary peak to locate another peak, resulting in a pair. | |
178 * **Distance downstream from a peak to allow a pair** - The maximum distance (inclusive) downstream on the opposite strand from the primary peak to locate another peak, resulting in a pair. | |
179 * **Percentage of the 95 percentile value to filter below** - Percentage of the 95 percentile value below which to filter when using a relative threshold. | |
180 * **Absolute value to filter below** - Absolute value below which to filter when using an absolute threshold. | |
181 * **Output files** - Restrict output dataset collections to matched pairs only or one of several combinations of collection types. | |
182 | |
183 </help> | 183 </help> |
184 <expand macro="citations" /> | 184 <expand macro="citations" /> |
185 </tool> | 185 </tool> |