deepTools plot profile problem
1
0
Entering edit mode
5.9 years ago
elisheva ▴ 120

Hi everyone!

I hope that someone who familiar with deepTools could help me. I've got into a problem while trying to plot profile using deepTools plotProfile option. I tried to add a title to the graph by the following command: --plotTitle "Damage distribution" but still get the title 'Genes' above it.

This is the obtained pic:

image: plot

These are my commands:

computeMatrix scale-regions \
  -S first.bw second.bw \
  -R exons.bed \
  --regionBodyLength 140 \
  -o matrix.mat.gz
plotProfile \
  -m matrix.mat.gz \
  -out Exons.png \
  --perGroup \
  --startLabel "Start" \
  --endLabel "140b" \
  --colors '#DAA521''#006401' \
  --plotTitle "Damage distribution" \
  --samplesLabel transcribed nonTranscribed
deepTools • 3.3k views
ADD COMMENT
4
Entering edit mode

What happens If you provide this parameter just with SPACE in double quotes for plotProfile,

--regionsLabel " "
ADD REPLY
2
Entering edit mode
5.9 years ago

Your sample label is "genes" because you used --perGroup. Try adding --regionsLabel " "

ADD COMMENT
0
Entering edit mode

Thanks to you and @EagleEye, it worked!!

ADD REPLY
0
Entering edit mode

Hello elisheva,

If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one if they work.
Upvote|Bookmark|Accept

ADD REPLY

Login before adding your answer.

Traffic: 1454 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6