Mercurial > repos > bgruening > deeptools_bam_compare
comparison bamCompare.xml @ 6:0da0ae5c854e draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 54a10cf268ca9a5399f13458a1b218be7891bd41
author | bgruening |
---|---|
date | Wed, 23 Dec 2015 03:59:47 -0500 |
parents | 7aa5951c56b7 |
children | c07969d63d7b |
comparison
equal
deleted
inserted
replaced
5:7aa5951c56b7 | 6:0da0ae5c854e |
---|---|
72 <param argument="--bamFile1" format="bam" type="data" label="First BAM file (e.g. treated sample)" | 72 <param argument="--bamFile1" format="bam" type="data" label="First BAM file (e.g. treated sample)" |
73 help="The BAM file must be sorted."/> | 73 help="The BAM file must be sorted."/> |
74 <param argument="--bamFile2" format="bam" type="data" label="Second BAM file (e.g. control sample)" | 74 <param argument="--bamFile2" format="bam" type="data" label="Second BAM file (e.g. control sample)" |
75 help="The BAM file must be sorted."/> | 75 help="The BAM file must be sorted."/> |
76 | 76 |
77 <param argument="--binSize" type="integer" value="50" min="1" | 77 <param argument="--binSize" type="integer" value="50" min="1" |
78 label="Bin size in bp" | 78 label="Bin size in bp" |
79 help="The genome will be divided in bins (also called tiles) of the specified length. For each bin the overlaping number of fragments (or reads) will be reported. | 79 help="The genome will be divided in bins (also called tiles) of the specified length. For each bin the overlaping number of fragments (or reads) will be reported. |
80 If only half a fragment overlaps, this fraction will be reported."/> | 80 If only half a fragment overlaps, this fraction will be reported."/> |
81 | 81 |
82 <conditional name="scaling"> | 82 <conditional name="scaling"> |
83 <param name="method" type="select" | 83 <param name="method" type="select" |
84 label="Method to use for scaling the largest sample to the smallest"> | 84 label="Method to use for scaling the largest sample to the smallest"> |
85 <option value="readCount" selected="true">read count</option> | 85 <option value="readCount" selected="true">read count</option> |
86 <option value="SES">signal extraction scaling (SES), check the bamFingerprint plot before using it!</option> | 86 <option value="SES">signal extraction scaling (SES), check the bamFingerprint plot before using it!</option> |
87 <option value="own">enter own scaling factors</option> | 87 <option value="own">enter own scaling factors</option> |
88 </param> | 88 </param> |
99 <expand macro="scaleFactors" /> | 99 <expand macro="scaleFactors" /> |
100 </when> | 100 </when> |
101 </conditional> | 101 </conditional> |
102 | 102 |
103 <conditional name="comparison"> | 103 <conditional name="comparison"> |
104 <param name="type" type="select" | 104 <param name="type" type="select" |
105 label="How to compare the two files" | 105 label="How to compare the two files" |
106 help="The default is to output the log2ratio between the two samples. | 106 help="The default is to output the log2ratio between the two samples. |
107 The reciprocal ratio returns the negative of the inverse of the ratio if | 107 The reciprocal ratio returns the negative of the inverse of the ratio if |
108 the ratio is less than 0. The resulting values are interpreted as negative fold changes."> | 108 the ratio is less than 0. The resulting values are interpreted as negative fold changes."> |
109 <option value="log2" selected="true">Compute log2 of the number of reads ratio</option> | 109 <option value="log2" selected="true">Compute log2 of the number of reads ratio</option> |
216 | 216 |
217 | 217 |
218 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png | 218 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png |
219 | 219 |
220 | 220 |
221 You can find more details on the bamCompare doc page: https://deeptools.readthedocs.org/en/release-1.6/content/tools/bamCompare.html | 221 You can find more details on the bamCompare wiki page: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCompare |
222 | 222 |
223 | 223 |
224 **Output files**: | 224 **Output files**: |
225 | 225 |
226 - same as for bamCoverage, except that you now obtain 1 coverage file that is based on 2 BAM files. | 226 - same as for bamCoverage, except that you now obtain 1 coverage file that is based on 2 BAM files. |