Plot a dotted line to the start of the regions in computeMatrix, deepTools
1
0
Entering edit mode
3.6 years ago
Sho • 0

Hello,

I'm now dealing with ChIP-Seq data to make heatmaps using deepTools 3.5.

In the process of "computeMatrix", I know I can add a dotted line to indicate the end of the regions by adding "--sortUsing region_length". However, is there anyway I can add a dotted line to the start of the regions?

Thank you very much for your help.

ChIP-Seq • 944 views
ADD COMMENT
0
Entering edit mode
3.6 years ago

If you use --referencePoint center then you will get a dotted line on both ends (otherwise at least one end will be vertically aligned across genes, making such a guide line unnecessary).

ADD COMMENT
0
Entering edit mode

Thanks for your comment. Actually I used "--referencePoint center" option, but it gave me a dotted line only on the end of the regions as explained in the deepTools homepage.

The command I used was like this:

computeMatrix reference-point --referencePoint center -b 1000 -a 1000 -bs 10 -R *.bed --missingDataAsZero --sortUsing region_length -S *.bw -o *.gz

The regions I used were already sorted by size, long regions at the bottom and short regions on the top in heatmap to make a mountain shape (because the reference point is the center of the regions).

But so far, by using the command above, I can only plot a dotted line on the end of the regions. (only the right side of the mountain)

Is there anyway to visualize the both ends of the regions in heatmap? Thanks.

ADD REPLY
0
Entering edit mode

You might check if there's a newer version. I recall implementing this in one of the later 3.4 releases. Perhaps this got broken in 3.5, in which case please make a bug report.

ADD REPLY

Login before adding your answer.

Traffic: 2854 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