comparison profiler.xml @ 43:c5787c91cab8 draft

Uploaded
author bgruening
date Tue, 04 Feb 2014 09:02:21 -0500
parents 2f7edf06a5da
children b9feca1f07f0
comparison
equal deleted inserted replaced
42:ef1232cedacb 43:c5787c91cab8
1 <tool id="deeptools_profiler" name="profiler" version="1.0.3"> 1 <tool id="deeptools_profiler" name="profiler" version="1.0.4">
2 <description> 2 <description>
3 creates a profile plot for a score associated to genomic regions 3 creates a profile plot for a score associated to genomic regions
4 </description> 4 </description>
5 <expand macro="requirements" /> 5 <expand macro="requirements" />
6 <expand macro="stdio" /> 6 <expand macro="stdio" />
139 <help> 139 <help>
140 140
141 **What it does** 141 **What it does**
142 142
143 This tool plots the average enrichments over all genomic 143 This tool plots the average enrichments over all genomic
144 regions supplied to computeMarix. It is a very useful complement to the 144 regions supplied to computeMarix. It requires that computeMatrix was successfully run.
145 heatmapper, especially in cases when you want to compare the scores for 145 It is a very useful complement to the heatmapper, especially in cases when you want to
146 many different groups. Like heatmapper, profiler does not change the 146 compare the scores for many different groups. Like heatmapper, profiler does not change the
147 values that were compute by computeMatrix, but you can choose between 147 values that were compute by computeMatrix, but you can choose between
148 many different ways to color and display the plots. 148 many different ways to color and display the plots.
149 149
150 150
151 .. image:: $PATH_TO_IMAGES/visual_profiler_DmelPolII.png 151 .. image:: $PATH_TO_IMAGES/visual_profiler_DmelPolII.png
152 :alt: Meta-gene profile of Rna Polymerase II 152 :alt: Meta-gene profile of Rna Polymerase II
153 153
154 154
155 You can find more details in the `profiler wiki`_. 155 You can find more details on the profiler wiki page: https://github.com/fidelram/deepTools/wiki/Visualizations#wiki-profiler
156
157 .. _profiler wiki: https://github.com/fidelram/deepTools/wiki/Visualizations#wiki-profiler
158 156
159 157
160 ----- 158 -----
161 159
162 @REFERENCES@ 160 @REFERENCES@