Last active
April 6, 2018 05:24
-
-
Save mbk0asis/a163f244fb30ccb387d369c4595835cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Computing matrix | |
computeMatrix scale-regions -S Muscle.2.bin500.bw Muscle.20.bin500.bw Muscle.28.bin500.bw \ | |
--skipZeros -R mm10/$1.bed -o Muscle.$1.bin500.matrix --outFileNameMatrix Muscle.$1.bin500.matrix.tsv \ | |
-bs 10 -a 5000 -b 5000 --regionBodyLength 10000 \ | |
-–blackListFileName blackList.bed # you may mask specific regions with "black list" | |
# Plotting heatmap | |
plotHeatmap -m Muscle.$1.bin500.matrix -out Muscle.$1.bin500.Heatmap.png --colorList 'white,black' # --zMax 10 | |
# Plotting profile | |
plotProfile -m Muscle.$1.bin500.matrix -out Muscle.$1.bin500.Profile.png --perGroup --averageType mean \ | |
--colors black red blue --plotType se |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment