# HG changeset patch # User bgruening # Date 1395087838 14400 # Node ID bf1b1dcdd67b48b3cb06e322e217a74d0b6937ec # Parent 2ad3b027dfcd251800e343338dfa9102f931bcd0 Uploaded diff -r 2ad3b027dfcd -r bf1b1dcdd67b bamCompare.xml --- a/bamCompare.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/bamCompare.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + normalizes and compares two BAM files to obtain the ratio, log2ratio or difference. (bam2bigwig) diff -r 2ad3b027dfcd -r bf1b1dcdd67b bamCorrelate.xml --- a/bamCorrelate.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/bamCorrelate.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + correlates pairs of BAM files diff -r 2ad3b027dfcd -r bf1b1dcdd67b bamCoverage.xml --- a/bamCoverage.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/bamCoverage.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + generates a coverage bigWig file from a given BAM file. Multiple options are available to count reads and normalize coverage. (bam2bigwig) @@ -60,7 +60,7 @@ + help ="Reads will be extended to match this length unless they are paired-end, in which case they will be extended to match the fragment length. If this value is set to the read length or smaller, the read will not be extended. *Warning* the fragment length affects the normalization to 1x (see "normalize coverage to 1x"). Sequencing depth is defined as: (total number of mapped reads * fragment length) / effective genome size. *NOTE*: If the BAM files contain mated and unmated paired-end reads, unmated reads will be extended to match the fragment length."/> + plots profiles of BAM files; useful for assesing ChIP signal strength diff -r 2ad3b027dfcd -r bf1b1dcdd67b bigwigCompare.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bigwigCompare.xml Mon Mar 17 16:23:58 2014 -0400 @@ -0,0 +1,102 @@ + + 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@ + + + diff -r 2ad3b027dfcd -r bf1b1dcdd67b computeGCBias.xml --- a/computeGCBias.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/computeGCBias.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + to see whether your samples should be normalized for GC bias diff -r 2ad3b027dfcd -r bf1b1dcdd67b computeMatrix.xml --- a/computeMatrix.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/computeMatrix.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + summarizes and prepares an intermediary file containing scores associated with genomic regions that can be used afterwards to plot a heatmap or a profile diff -r 2ad3b027dfcd -r bf1b1dcdd67b correctGCBias.xml --- a/correctGCBias.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/correctGCBias.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + uses the output from computeGCBias to generate corrected BAM files diff -r 2ad3b027dfcd -r bf1b1dcdd67b deepTools_macros.xml --- a/deepTools_macros.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/deepTools_macros.xml Mon Mar 17 16:23:58 2014 -0400 @@ -50,7 +50,7 @@ samtools deepTools ucsc_tools - deepTools + deepTools ucsc_tools numpy pysam diff -r 2ad3b027dfcd -r bf1b1dcdd67b heatmapper.xml --- a/heatmapper.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/heatmapper.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + creates a heatmap for a score associated to genomic regions diff -r 2ad3b027dfcd -r bf1b1dcdd67b profiler.xml --- a/profiler.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/profiler.xml Mon Mar 17 16:23:58 2014 -0400 @@ -1,4 +1,4 @@ - + creates a profile plot for a score associated to genomic regions diff -r 2ad3b027dfcd -r bf1b1dcdd67b tool_dependencies.xml --- a/tool_dependencies.xml Thu Feb 06 06:40:05 2014 -0500 +++ b/tool_dependencies.xml Mon Mar 17 16:23:58 2014 -0400 @@ -7,7 +7,7 @@ - + @@ -57,7 +57,7 @@ The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility. - + git clone --recursive https://github.com/fidelram/deepTools.git @@ -72,14 +72,14 @@ - + - git reset --hard 3268f7e1458f3a520ab6fea3039971ee9d7a6d5b + git reset --hard 43d3b51b3c3ab71dc07f31fefe6b3492226cc217 $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&