comparison repmatch_gff3.xml @ 13:d31ef9abce74 draft default tip

Uploaded
author greg
date Wed, 16 Dec 2015 20:35:40 -0500
parents 34d134cd4ca9
children
comparison
equal deleted inserted replaced
12:34d134cd4ca9 13:d31ef9abce74
125 * **Step Size** - Distance for each iteration. 125 * **Step Size** - Distance for each iteration.
126 * **Replicates** - Minimum number of replicates that can be matched for a match to occur. This value must be at least 2. 126 * **Replicates** - Minimum number of replicates that can be matched for a match to occur. This value must be at least 2.
127 * **Lower Limit** - Lower limit for the Crick-Watson distance filter. 127 * **Lower Limit** - Lower limit for the Crick-Watson distance filter.
128 * **Upper Limit** - Upper limit for the Crick-Watson distance filter. 128 * **Upper Limit** - Upper limit for the Crick-Watson distance filter.
129 129
130 -----
131
132 **Output Data Files**
133
134 * **Data MP** - gff file consisting of only peak pairs
135
136 - Columns are **chr**, **script**, **blank**, **peak start**, **peak end**, **blank**, **normalized tag counts**, **blank** and **info**.
137 - Peak start and end are separated by one coordinate.
138 - Normalized tag is the occupancy averaged across replicates.
139 - Attributes include C-W distance, sum total of tag counts, number of replicates merged.
140
141 * **Data D** - tabular file consisting of the list of all matched replicates.
142 * **Data UP** - tabular file consisting of all unmatched peak-pairs.
143
144 **Output Statistics Files**
145
146 * **Statistics Table** - tabular file providing the description key of **Data D**.
147 * **Statistics Histogram** - graph of the number of matched locations having the indicated replicate counts.
148
149 **Comments on Replicates**
150
151 Three types of replicates may be considered. Biological replicates represent independently collected biological samples.
152 At least two biological replicate must be performed for each experiment from which a conclusion is being drawn, and the
153 conclusion must be evident in both biological replicates when analyzed separately. Technical replicates represent a re-run
154 of the assay on the same biological material. This is usually done when one replicate fails to produce quality data, and is
155 used to replace that earlier replicate. Sequencing replicates represent additional sequencing of the same successful library
156 in order to obtain more reads should the analysis require it. The reads from individual sequencing replicates are usually
157 merged without need for separate analysis.
158
130 </help> 159 </help>
131 <expand macro="citations" /> 160 <expand macro="citations" />
132 </tool> 161 </tool>