# HG changeset patch # User bgruening # Date 1391260158 18000 # Node ID 62786277147a84cbef7e8c73137098a9d99f9277 # Parent 9afae9d021cddc1eea2bc9c28f0f988d767afd77 Uploaded diff -r 9afae9d021cd -r 62786277147a bigwigCompare.xml --- a/bigwigCompare.xml Sat Feb 01 06:12:38 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ - - normalizes and compares two bigWig files to obtain the ratio, log2ratio or difference - - - - bigwigCompare - deepTools_macros.xml - - - bigwigCompare - - @THREADS@ - - --bigwig1 '$bigwigFile1' - --bigwig2 '$bigwigFile2' - - --outFileName '$outFileName' - --outFileFormat '$outFileFormat' - - --ratio $comparison_type - - #if $advancedOpt.showAdvancedOpt == "yes": - #if str($advancedOpt.region.value) != '': - --region '$advancedOpt.region' - #end if - - --missingDataAsZero $advancedOpt.missingDataAsZero - --scaleFactors '$advancedOpt.scaleFactor1:$advancedOpt.scaleFactor2' - --pseudocount '$advancedOpt.pseudocount' - --binSize $advancedOpt.binSize - - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**What it does** - -This tool compares two bigwig files based on the number of mapped reads. To -compare the bigwig files the genome is partitioned into bins of equal size, -then the number of reads found in each BAM file are counted for such bins and -finally a summarizing value is reported. This value can be the ratio of the -number of reads per bin, the log2 of the ratio, the sum or the difference. - - ------ - -@REFERENCES@ - - - diff -r 9afae9d021cd -r 62786277147a computeMatrix.xml --- a/computeMatrix.xml Sat Feb 01 06:12:38 2014 -0500 +++ b/computeMatrix.xml Sat Feb 01 08:09:18 2014 -0500 @@ -208,7 +208,7 @@ :alt: Relationship between computeMatrix, heatmapper and profiler -You can find more details in the `computeMarix wiki`_. +You can find more details in the `computeMatrix wiki`_. .. _computeMatrix wiki: https://github.com/fidelram/deepTools/wiki/Visualizations#wiki-computeMatrix