Mercurial > repos > bgruening > deeptools
comparison computeMatrix.xml @ 6:c5847db0cb41 draft
Uploaded
author | bgruening |
---|---|
date | Wed, 14 Aug 2013 07:18:18 -0400 |
parents | 1f312af2f8db |
children | 73761f33f198 |
comparison
equal
deleted
inserted
replaced
5:1f312af2f8db | 6:c5847db0cb41 |
---|---|
1 <tool id="computeMatrix" name="computeMatrix" version="1.0"> | 1 <tool id="deeptools_computeMatrix" name="computeMatrix" version="1.0"> |
2 <description>summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile</description> | 2 <description>summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.5.1_59e067cce039cb93add04823c9f51cab202f8c2b">deepTools</requirement> | 4 <requirement type="package" version="1.5.1_df852fa1ef13251a17274ee18fbf919fbc515079">deepTools</requirement> |
5 <requirement type="package" >deepTools</requirement> | |
5 </requirements> | 6 </requirements> |
6 <command> | 7 <command> |
7 #import tempfile | 8 #import tempfile |
8 | 9 |
9 #set $temp_input_handle = tempfile.NamedTemporaryFile() | 10 #set $temp_input_handle = tempfile.NamedTemporaryFile() |
80 | 81 |
81 </command> | 82 </command> |
82 <inputs> | 83 <inputs> |
83 | 84 |
84 <repeat name="regionsFiles" title="regions to plot" min="1"> | 85 <repeat name="regionsFiles" title="regions to plot" min="1"> |
85 <param name="regionsFile" format="bed" type="data" label="Regions to plot" help="File, in BED or GFF format, containing the regions to plot."/> | 86 <param name="regionsFile" format="bed" type="data" label="Regions to plot" help="File, in BED format, containing the regions to plot."/> |
86 <param name="label" type="text" size="30" optional="true" value="" label="Label" help="Label to use in the output."/> | 87 <param name="label" type="text" size="30" optional="true" value="" label="Label" help="Label to use in the output."/> |
87 </repeat> | 88 </repeat> |
88 | 89 |
89 <param name="scoreFile" format="bigwig" type="data" label="Score file" help="Either a bigWig file (containing a score, usually covering the whole genome) or a BAM file. For this last case, coverage counts will be used for the heatmap."/> | 90 <param name="scoreFile" format="bigwig" type="data" label="Score file" help="Should be a bigWig file (containing a score, usually covering the whole genome). You can generate a bigWig file either from a bedGraph or WIG file using UCSC tools or from a BAM file using the deepTool bamCoverage."/> |
90 | 91 |
91 <conditional name="mode" > | 92 <conditional name="mode" > |
92 <param name="mode_select" type="select" label="computeMatrix has two main output options" help="In the scale-regions mode, all regions in the BED/GFF file are stretched or shrunk to the same length (bp) that is indicated by the user. Reference-point refers to a position within the BED/GFF regions (e.g start of region). In the reference-point mode only those genomic positions before (downstream) and/or after (upstream) the reference point will be plotted."> | 93 <param name="mode_select" type="select" label="computeMatrix has two main output options" help="In the scale-regions mode, all regions in the BED file are stretched or shrunk to the same length (bp) that is indicated by the user. Reference-point refers to a position within the BED regions (e.g start of region). In the reference-point mode only those genomic positions before (downstream) and/or after (upstream) the reference point will be plotted."> |
93 <option value="scale-regions" selected="true">scale-regions</option> | 94 <option value="scale-regions" selected="true">scale-regions</option> |
94 <option value="reference-point">reference-point</option> | 95 <option value="reference-point">reference-point</option> |
95 </param> | 96 </param> |
96 | 97 |
97 <when value="scale-regions" > | 98 <when value="scale-regions" > |
160 <option value="max">max</option> | 161 <option value="max">max</option> |
161 <option value="sum">sum</option> | 162 <option value="sum">sum</option> |
162 <option value="region_length">region length</option> | 163 <option value="region_length">region length</option> |
163 </param> | 164 </param> |
164 | 165 |
165 <param name="averageTypeBins" type="select" label="Define the type of statistic that should be used over the bin size range"> | 166 <param name="averageTypeBins" type="select" label="Define the type of statistic that should be displayed." help="The value is computed for each bin."> |
166 <option value="mean" selected="true">mean</option> | 167 <option value="mean" selected="true">mean</option> |
167 <option value="median">median</option> | 168 <option value="median">median</option> |
168 <option value="min">min</option> | 169 <option value="min">min</option> |
169 <option value="max">max</option> | 170 <option value="max">max</option> |
170 <option value="sum">sum</option> | 171 <option value="sum">sum</option> |
171 <option value="std">std</option> | 172 <option value="std">std</option> |
172 </param> | 173 </param> |
173 | 174 |
174 <param name="missingDataAsZero" type="boolean" truevalue="--missingDataAsZero" falsevalue="" label="Indicate missing data as zero" help="Only for bigwig input! Set to "yes", if missing data should be indicated as zeros. Default is to ignore such cases which will be depicted as black areas in the heatmap. (see "Missing data color" options of the heatmapper for additional options)."/> | 175 <param name="missingDataAsZero" type="boolean" truevalue="--missingDataAsZero" falsevalue="" label="Indicate missing data as zero" help="Set to "yes", if missing data should be indicated as zeros. Default is to ignore such cases which will be depicted as black areas in the heatmap. (see "Missing data color" options of the heatmapper for additional options)."/> |
175 <param name="skipZeros" type="boolean" truevalue="--skipZeros" falsevalue="" label="Skip zeros" help="Whether regions with only scores of zero should be included or not. Default is to include them."/> | 176 <param name="skipZeros" type="boolean" truevalue="--skipZeros" falsevalue="" label="Skip zeros" help="Whether regions with only scores of zero should be included or not. Default is to include them."/> |
176 <param name="minThreshold" type="float" optional="true" label="Minimum threshold" help="Any region containing a value that is equal or less than this numeric value will be skipped. This is useful to skip, for example, genes where the read count is zero for any of the bins. This could be the result of unmappable areas and can bias the overall results."/> | 177 <param name="minThreshold" type="float" optional="true" label="Minimum threshold" help="Any region containing a value that is equal or less than this numeric value will be skipped. This is useful to skip, for example, genes where the read count is zero for any of the bins. This could be the result of unmappable areas and can bias the overall results."/> |
177 <param name="maxThreshold" type="float" optional="true" label="Maximum threshold" help="Any region containing a value that is equal or higher that this numeric value will be skipped. The max threshold is useful to skip those few regions with very high read counts (e.g. major satellites) that may bias the average values."/> | 178 <param name="maxThreshold" type="float" optional="true" label="Maximum threshold" help="Any region containing a value that is equal or higher that this numeric value will be skipped. The max threshold is useful to skip those few regions with very high read counts (e.g. major satellites) that may bias the average values."/> |
178 <param name="scale" type="float" optional="true" label="Scale" help="If set, all values are multiplied by this number."/> | 179 <param name="scale" type="float" optional="true" label="Scale" help="If set, all values are multiplied by this number."/> |
179 </when> | 180 </when> |
207 </test> | 208 </test> |
208 </tests> | 209 </tests> |
209 <help> | 210 <help> |
210 **What it does** | 211 **What it does** |
211 | 212 |
212 This tool summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile. Typically, these genomic regions are genes, but any other regions defined in a BED or GFF format can be used. This tool can also be used to filter and sort regions according to their score. | 213 This tool summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile. Typically, these genomic regions are genes, but any other regions defined in a BED or INTERVAL format can be used. This tool can also be used to filter and sort regions according to their score. |
213 | 214 |
214 ----- | 215 ----- |
215 | 216 |
216 .. class:: infomark | 217 .. class:: infomark |
217 | 218 |
218 Please acknowledge that this tool **is still in development** and we will be very happy to receive feedback from the users. If you run into any trouble please sent an email to `Fidel Ramirez`_. | 219 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com |
219 | 220 |
220 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. | 221 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. |
221 | |
222 | 222 |
223 .. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/ | 223 .. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/ |
224 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de | 224 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de |
225 .. _Fidel Ramirez: ramirez@ie-freiburg.mpg.de | |
226 </help> | 225 </help> |
227 </tool> | 226 </tool> |