diff SMART/galaxy/getWigProfile.xml @ 15:440ceca58672

Uploaded
author m-zytnicki
date Mon, 22 Apr 2013 11:08:07 -0400
parents 769e306b7933
children 94ab73e8a190
line wrap: on
line diff
--- a/SMART/galaxy/getWigProfile.xml	Fri Apr 19 10:13:11 2013 -0400
+++ b/SMART/galaxy/getWigProfile.xml	Mon Apr 22 11:08:07 2013 -0400
@@ -64,7 +64,12 @@
 	</inputs>
 
 	<outputs>
-		<data name="outputFilePNG" format="png" label="[getWigProfile]out file"/>
+		<data name="outputFilePNG" format="png" label="[getWigProfile] out file"/>
 	</outputs> 
 	
+	<help>
+Computes the average distribution of the WIG data (please consult http://genome.ucsc.edu/goldenPath/help/wiggle.html to know more about this format) along the transcripts given in input, and possibly before and after the transcripts.
+
+The main inputs of the functions are a file containing a list of transcripts (or any sets of genomic interval) and a directory containing a set of WIG files (one file per chromosome, or one file per chromosome and per strand). The function then computes the WIG profile of each transcript. The user can also define a region around the transcripts that should also be plotted (in this case, the profile will include the WIG values which overlap with the transcript as well as the 5' and 3' regions). Since the transcript do not necessarily have the same sizes, all profiles will be extended or shrinked to fit in a size which is given by the user. If the resulting profile is a bit bumpy, the user can also smoothen the curve by using a linear smoothing function (the size of the smoothing window is given by the user). Finally, the user may want to plot the WIG data for the opposite strand too (if the strand specific WUG data are available).
+	</help>
 </tool>