# HG changeset patch # User bgruening # Date 1391453784 18000 # Node ID 01bc5ce134981387c223798cd69e29d3f1d4da90 # Parent 5ea8782d650c2077320675123691557c073d0c69 Uploaded diff -r 5ea8782d650c -r 01bc5ce13498 bigwigCompare.xml --- a/bigwigCompare.xml Mon Feb 03 13:44:35 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,102 +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 str(region).strip() != '': - --region 'region' - #end if - - #if $advancedOpt.showAdvancedOpt == "yes": - - --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@ - - -