Skip to content
Snippets Groups Projects
Commit d05b2a10 authored by Hélène  LOPEZ-MAESTRE's avatar Hélène LOPEZ-MAESTRE
Browse files

Update Tuesday/Deeptools.md

parent 1bab8775
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,9 @@ bamCoverage --bam sample.bam -o sample_SeqDepthNorm.bw \ ...@@ -31,7 +31,9 @@ bamCoverage --bam sample.bam -o sample_SeqDepthNorm.bw \
We can then combine all the samples by running : We can then combine all the samples by running :
```
multiBigwigSummary bins --binSize 50 -b file1.bw file2.bw -o multibwsumresults.npz multiBigwigSummary bins --binSize 50 -b file1.bw file2.bw -o multibwsumresults.npz
```
### Plot graphic ### Plot graphic
``` ```
...@@ -54,7 +56,8 @@ plotCorrelation \ ...@@ -54,7 +56,8 @@ plotCorrelation \
--plotTitle "Your title here" \ --plotTitle "Your title here" \
--whatToPlot heatmap \ --whatToPlot heatmap \
-o Plot_SpearmanCorr_bigwigScores.png \ -o Plot_SpearmanCorr_bigwigScores.png \
--outFileCorMatrix SpearmanCorr_bigwigScores.tab --outFileCorMatrix SpearmanCorr_bigwigScores.tab \
--colorMap Blues
``` ```
<img src="deeptools_images/Plot_SpearmanCorr_bigwigScores.png" width="700" align="center" > <img src="deeptools_images/Plot_SpearmanCorr_bigwigScores.png" width="700" align="center" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment