Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PHINDaccess_epigenomics
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
PHINDaccess_epigenomics
Commits
d05b2a10
Commit
d05b2a10
authored
3 years ago
by
Hélène LOPEZ-MAESTRE
Browse files
Options
Downloads
Patches
Plain Diff
Update Tuesday/Deeptools.md
parent
1bab8775
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tuesday/Deeptools.md
+4
-1
4 additions, 1 deletion
Tuesday/Deeptools.md
with
4 additions
and
1 deletion
Tuesday/Deeptools.md
+
4
−
1
View file @
d05b2a10
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment