Mercurial > repos > bgruening > deeptools
comparison bamCoverage.xml @ 24:d7c9fd76e41e draft
Uploaded
author | bgruening |
---|---|
date | Tue, 04 Feb 2014 09:12:07 -0500 |
parents | 8c452f37c896 |
children |
comparison
equal
deleted
inserted
replaced
23:8c452f37c896 | 24:d7c9fd76e41e |
---|---|
131 </outputs> | 131 </outputs> |
132 <help> | 132 <help> |
133 | 133 |
134 **What it does** | 134 **What it does** |
135 | 135 |
136 Given a BAM file, this tool generates a bigWig or bedGraph file of fragment or read coverages. | 136 Given a BAM file, this tool generates a bigWig or bedGraph file with genome-wide coverage of fragment or read coverages. |
137 The way the method works is by first calculating all the number of reads (either extended to match the fragment length or not) | 137 The way the method works is by first calculating all the number of reads (either extended to match the fragment length or not) |
138 that overlap each bin in the genome. Bins with zero counts are skipped, i.e. not added to the output file. | 138 that overlap each bin (a region of fixed length, i.e. 25 bp) in the genome. Bins with zero counts are skipped, i.e. not added to the output file. |
139 The resulting read counts can be normalized using either a given scaling factor, the RPKM formula or to get a 1x depth of coverage (RPGC). | 139 The resulting read counts can be normalized using either a given scaling factor, the RPKM formula or to get a 1x depth of coverage (RPGC). |
140 | 140 |
141 | 141 |
142 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png | 142 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png |
143 | 143 |
144 | 144 |
145 You can find more details in the `bamCoverage wiki`_. | 145 You can find more details on the bamCoverage wiki page: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCoverage |
146 | |
147 .. _bamCoverage wiki: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCoverage | |
148 | 146 |
149 | 147 |
150 **Output files**: | 148 **Output files**: |
151 | 149 |
152 - coverage file either in bigWig or bedGraph format | 150 - coverage file either in bigWig or bedGraph format |