-
Notifications
You must be signed in to change notification settings - Fork 217
Gallery
<img src="https://raw.github.com/fidelram/deepTools/master/gallery/hm_TATA_thumb.png"/ Title="Heatmap of TATA scores around mouse gene TSS">
<img src="https://raw.github.com/fidelram/deepTools/master/gallery/hm_GC_thumb.png"/ Title="GC content for fly and mouse genes">
<img src="https://raw.github.com/fidelram/deepTools/master/gallery/hm_CpG_thumb.png"/ Title="GC content for fly and mouse genes">
<img src="https://raw.github.com/fidelram/deepTools/master/gallery/hm_DNase.png"/ Title="Heatmap of TATA scores around mouse gene TSS">
Fast Facts | |
---|---|
computeMatrix mode | reference-point |
regions file | BED file with typical enhancer regions from Whyte et al., 2013 |
signal file | bigWig file with DNase signal from UCSC |
heatmap cosmetics | labels, titles, color for missing data was set to white, heatmap height |
$ deepTools-1.5.7/bin/computeMatrix reference-point \
-S DNase_mouse.bigwig \
-R Whyte_TypicalEnhancers_ESC.bed \
--referencePoint center \
-a 2000 -b 2000 \ ## regions before and after the enhancer centers
-out matrix_Enhancers_DNase_ESC.tab.gz
$ deepTools-1.5.7/bin/heatmapper \
-m matrix_Enhancers_DNase_ESC.tab.gz\
-out hm_DNase_ESC.png \
--heatmapHeight 15 \
--refPointLabel enh.center \
--regionsLabel enhancers \
--plotTitle 'DNase signal' \
<img src="https://raw.github.com/fidelram/deepTools/master/gallery/hm_TATA.png"/ Title="Heatmap of TATA scores around mouse gene TSS">
[read]: https://github.com/fidelram/deepTools/wiki/Glossary#terminology "the DNA piece that was actually sequenced ("read") by the sequencing machine (usually between 30 to 100 bp long, depending on the read-length of the sequencing protocol)" [input]: https://github.com/fidelram/deepTools/wiki/Glossary#terminology "confusing, albeit commonly used name for the 'no-antibody' control sample for ChIP experiments"
deepTools is developed by the Bioinformatics Facility at the Max Planck Institute for Immunobiology and Epigenetics, Freiburg. For troubleshooting, see our FAQ and get in touch: deeptools@googlegroups.com
Wiki Start Page | Code | deepTools Galaxy | FAQ | Glossary | Gallery |