comparison galaxy-conf/ZScore.xml @ 12:81d5b81fb3c2 draft

Added help for all tools in the toolkit. Many bug fixes and a few new nucleosome tools.
author timpalpant
date Wed, 25 Apr 2012 16:53:48 -0400
parents 9266d807ca85
children eb53be9a09f4
comparison
equal deleted inserted replaced
11:b1952a90d4bf 12:81d5b81fb3c2
37 <param name="input" value="wigmath.input3.bw"/> 37 <param name="input" value="wigmath.input3.bw"/>
38 <param name="dbkey" value="sacCer2"/> 38 <param name="dbkey" value="sacCer2"/>
39 <output name="output" file="zscorer.output3"/> 39 <output name="output" file="zscorer.output3"/>
40 </test>--> 40 </test>-->
41 </tests> 41 </tests>
42
43 <help>
44
45 This tool will compute normal scores (Z-scores) for each of the values in a Wig file. For each base pair, the Z-scored value is equal to the deviance from the mean divided by the standard deviation (i.e. the number of standard deviations a value is away from the mean). The output file should have mean 0 and standard deviation 1.
46
47 .. class:: infomark
48
49 This tool is equivalent to using the **Mean Shift** tool to shift a Wig file to mean 0, then using the **Scale** tool to scale by 1/(standard deviation).
50
51 .. class:: infomark
52
53 **TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in Wig or BigWig format. Use "edit attributes" to set the correct format if it was not detected correctly.
54
55 </help>
42 </tool> 56 </tool>