Mercurial > repos > bgruening > deeptools
comparison bamCorrelate.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 |
---|---|
140 | 140 |
141 This tool is useful to assess the overall similarity of different BAM files. A typical application | 141 This tool is useful to assess the overall similarity of different BAM files. A typical application |
142 is to check the correlation between replicates or published data sets. | 142 is to check the correlation between replicates or published data sets. |
143 | 143 |
144 The tool splits the genomes into bins of given length. For each bin, the number of reads | 144 The tool splits the genomes into bins of given length. For each bin, the number of reads |
145 found in each BAM file is counted and a correlation is computed for all | 145 found in each BAM file is counted and a correlation (either Pearson or Spearman) is computed for all |
146 pairs of BAM files. | 146 pairs of BAM files. Finally, a heatmap is drawn based on the similarity of the samples. |
147 | 147 |
148 | 148 |
149 .. image:: $PATH_TO_IMAGES/QC_bamCorrelate_humanSamples.png | 149 .. image:: $PATH_TO_IMAGES/QC_bamCorrelate_humanSamples.png |
150 :alt: Heatmap of RNA Polymerase II ChIP-seq | 150 :alt: Heatmap of RNA Polymerase II ChIP-seq |
151 | 151 |
152 | 152 |
153 You can find more details in the `bamCorrelate wiki`_. | 153 You can find more details on the bamCorrelate wiki page: https://github.com/fidelram/deepTools/wiki/QC#wiki-bamCorrelate |
154 | |
155 .. _bamCorrelate wiki: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCompare | |
156 | 154 |
157 | 155 |
158 **Output files**: | 156 **Output files**: |
159 | 157 |
160 - diagnostic plot produced by bamCorrelate is a clustered heatmap displaying the values for each pair-wise correlation, see below for an example | 158 - **diagnostic plot**: clustered heatmap displaying the values for each pair-wise correlation, see below for an example |
161 - data matrix (optional) in case you want to plot the correlation values using a different program, e.g. R, this matrix can be used | 159 - data matrix (optional): if you want to plot the correlation values using a different program, e.g. R, this matrix can be used |
162 | 160 |
163 | 161 |
164 ----- | 162 ----- |
165 | 163 |
166 @REFERENCES@ | 164 @REFERENCES@ |