pllotting tag density across TSS and TES
1
1
Entering edit mode
8.4 years ago
kanwarjag ★ 1.2k

I am plotting Chipseoq to be more precise Medip seq data across TSS when I use ref seq TSS file to plot the tage density across TSS (1000bp either direction) and TES I found the plot is showing TSS and TES very close almost 500 bp. I feel something is wrong as in the published plots e.g Fig 2D of http://www.sciencedirect.com/science/article/pii/S0092867415005607

Is there a rule of thumb to decide how much distance we should be selecting across TSS.

Thanks

Chipseq plot • 5.2k views
ADD COMMENT
0
Entering edit mode
8.4 years ago
Bioradical ▴ 60

Try using deepTools to plot this sort of data. You would be using a BED file of your gene data which can be obtained from UCSC, and a bigWig file of your TF or target of interest. Using the computeMatrix command go ahead and use the scale-regions mode and then follow the manual for information on parameters. The use the heatmapper command to plot this data (metagene plot) as well as develop a heatmap.

ADD COMMENT
0
Entering edit mode

Thanks Carlos,

The problem is if you see in Fig 2D of http://www.sciencedirect.com/science/article/pii/S0092867415005607

both TSS and TES are plotted that is what I want to plot but deep tools would not do same. I used TSS and gene body file to compute matrix, it is not giving me TES but just give TSS. Am I doing something crazy here?

ADD REPLY
0
Entering edit mode

You are probably using reference-point mode, scale-region mode is what you're looking for. It'll give you the TSS and TSE assuming your files have this data.

https://github.com/fidelram/deepTools/wiki/All-command-line-options

This link should give you all the command line options to generate the plot.

Also, ngsplot is another useful tool I use when doing this type of analysis. This requires a bam file and a bedfile of regions (or you can choose some preincluded regions such as exons, tss, genebody from ensemble or refseq annotation).

ADD REPLY

Login before adding your answer.

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