Mercurial > repos > bgruening > deeptools
diff bamCorrelate.xml @ 43:c5787c91cab8 draft
Uploaded
author | bgruening |
---|---|
date | Tue, 04 Feb 2014 09:02:21 -0500 |
parents | 2f7edf06a5da |
children | b9feca1f07f0 |
line wrap: on
line diff
--- a/bamCorrelate.xml Tue Feb 04 08:56:19 2014 -0500 +++ b/bamCorrelate.xml Tue Feb 04 09:02:21 2014 -0500 @@ -1,4 +1,4 @@ -<tool id="deeptools_bamCorrelate" name="bamCorrelate" version="1.0.3"> +<tool id="deeptools_bamCorrelate" name="bamCorrelate" version="1.0.4"> <description>correlates pairs of BAM files</description> <expand macro="requirements" /> <expand macro="stdio" /> @@ -142,23 +142,21 @@ is to check the correlation between replicates or published data sets. The tool splits the genomes into bins of given length. For each bin, the number of reads -found in each BAM file is counted and a correlation is computed for all -pairs of BAM files. +found in each BAM file is counted and a correlation (either Pearson or Spearman) is computed for all +pairs of BAM files. Finally, a heatmap is drawn based on the similarity of the samples. .. image:: $PATH_TO_IMAGES/QC_bamCorrelate_humanSamples.png :alt: Heatmap of RNA Polymerase II ChIP-seq -You can find more details in the `bamCorrelate wiki`_. - -.. _bamCorrelate wiki: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCompare +You can find more details on the bamCorrelate wiki page: https://github.com/fidelram/deepTools/wiki/QC#wiki-bamCorrelate **Output files**: -- diagnostic plot produced by bamCorrelate is a clustered heatmap displaying the values for each pair-wise correlation, see below for an example -- data matrix (optional) in case you want to plot the correlation values using a different program, e.g. R, this matrix can be used +- **diagnostic plot**: clustered heatmap displaying the values for each pair-wise correlation, see below for an example +- data matrix (optional): if you want to plot the correlation values using a different program, e.g. R, this matrix can be used -----