deeptools reference-point center
Hi, For some reason using deeptools computematrix reference-point center I get instead of TSS and TSE positions I am getting one mark that says center. I'm not sure what is causing the issue?
computeMatrix reference-point -p 1 --referencePoint center -R bedfiles -S wigfiles --binSize 5000 -b 5000 -a 5000 --skipZeros --missingDataAsZero
plotHeatmap -m matrix --missingDataColor "white" -out x.pdf
(base) bash-4.1$ deeptools --version
deeptools 3.5.1 and other verions.
• 3,890 views
•
link
1 answer
This is the intended behavior. --referencePoint center makes the reference point the middle of each feature of interest. This is then not the TSS (the start of the feature) or the TES (the end of the feature), so we just label it "center". If you want to use the TSS or TES as the reference point instead, then specify that rather than --referencePoint center.
• 0 views
•
link
Log in to answer this question.
I have a run of deeptools that is working and it header in matrix looks like this:
However, the one from the header not working is using 1 less -R bed file as input and its header looks like and different -S. Its header looks like this:
You can see that the body here has values [0,0,0] where as the working one has body [5000,5000,5000]. I'm not sure why the headers different. I basically use the same parameters and version of deeptools.
Can you explain the issue a bit more? What type of visualization/matrix are you after and what are you getting? The gallery has some example plots that use different reference points, maybe those are helpful to illustrate the problem you have.