deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

Is TSS enrichment plot showing the correct output?

Open kkupkova opened this issue 3 years ago • 1 comments

Welcome to deepTools GitHub repository! Before opening the issue please check that the following requirements are met :

  • [x] Search whether this issue (or a similar issue) has been solved before using the search tab above. Link the previous issue if appropriate below.

  • [x] Paste your deepTools version (deeptools --version) and your python version (python --version) below.

  • [x] Paste the full deepTools command that produces the issue below (ignore if you simply spotted the issue in the code/documentation).

  • [x] Paste the output printed on screen from the command that produces the issue below (ignore if you simply spotted the issue in the code/documentation).


Hi! I have deeptools 3.3.1 / Python 3.7.3 and I am not reporting an error, rather concern. I have been struggling to replicate the results from --referencePoint TSS when I generate my custom list of TSSs (just 1 bp) and run computeMatrix reference-point with a, b set to 2000. I was able to replicate the results when I generated a new list of TSSs, where I didn't take into account the strand. Shouldn't a TSS of a gene on "-" strand be in fact its end coordinate?

kkupkova avatar Sep 02 '21 20:09 kkupkova

Yes, the strand is taken into account, so please double check that when you manually generated 1-base BED file that you did in fact get the correct coordinates. You can also check the signals reported by gunzipping the output and having a look (it's just a text file).

dpryan79 avatar Sep 20 '21 18:09 dpryan79