comparison bamCoverage.xml @ 37:2f7edf06a5da draft

Uploaded
author bgruening
date Sat, 01 Feb 2014 06:04:58 -0500
parents 934b9fccabd4
children 20f8dafb554f
comparison
equal deleted inserted replaced
36:ea2f64efe70d 37:2f7edf06a5da
20 --binSize $binSize 20 --binSize $binSize
21 21
22 #if $scaling.type=='rpkm': 22 #if $scaling.type=='rpkm':
23 --normalizeUsingRPKM 23 --normalizeUsingRPKM
24 #elif $scaling.type=='1x': 24 #elif $scaling.type=='1x':
25 --normalizeTo1x $scaling.normalizeTo1x 25 #if $scaling.effectiveGenomeSize.effectiveGenomeSize_opt == "specific":
26 --normalizeTo1x $scaling.effectiveGenomeSize.effectiveGenomeSize
27 #else:
28 --normalizeTo1x $scaling.effectiveGenomeSize.effectiveGenomeSize_opt
29 #end if
26 #elif $scaling.type=='own': 30 #elif $scaling.type=='own':
27 --scaleFactor $scaling.scaleFactor 31 --scaleFactor $scaling.scaleFactor
28 #end if 32 #end if
29 33
30 #if $advancedOpt.showAdvancedOpt == "yes": 34 #if $advancedOpt.showAdvancedOpt == "yes":
69 <option value="no">Do not normalize or scale</option> 73 <option value="no">Do not normalize or scale</option>
70 </param> 74 </param>
71 <when value="rpkm"/> 75 <when value="rpkm"/>
72 <when value="no"/> 76 <when value="no"/>
73 <when value="1x"> 77 <when value="1x">
74 <param name="normalizeTo1x" type="integer" value="2150570000" 78 <expand macro="effectiveGenomeSize" />
75 label="Genome size"
76 help ="Enter the genome size to normalize the reads counts. Sequencing depth is defined as the total number of mapped reads * fragment length / effective genome size. To use this option, the effective genome size has to be given. Common values are: mm9: 2150570000, hg19:2451960000, dm3:121400000 and ce10:93260000."/>
77 </when> 79 </when>
78 <when value="own"> 80 <when value="own">
79 <param name="scaleFactor" type="float" value="1" size="3" 81 <param name="scaleFactor" type="float" value="1" size="3"
80 label="Scale factor to multiply all values" /> 82 label="Scale factor to multiply all values" />
81 </when> 83 </when>
139 141
140 142
141 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png 143 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png
142 144
143 145
146 You can find more details in the `bamCoverage wiki`_.
147
148 .. _bamCoverage wiki: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCoverage
149
150
144 **Output files**: 151 **Output files**:
145 152
146 - coverage file either in bigWig or bedGraph format 153 - coverage file either in bigWig or bedGraph format
147 154
148 ----- 155 -----
149 156
150 .. class:: infomark
151
152 @REFERENCES@ 157 @REFERENCES@
153 158
154 </help> 159 </help>
155 </tool> 160 </tool>