Entering edit mode
Hello I am using ChIPseeker and the function "plotDistToTSS" The default distances to TSS to make the plot are :
100kb 10-100kb 5-10kb 3-5kb 1-3kb 0-1kb
I would like to change those ranges to something more meaningful to me, e.g. I would like instead to top things at 50kb, for the following ranges:
50kb 10-50kb 5-10kb 3-5kb 1-3kb 0-1kb
Do you have a suggestion on how I could accomplish this? I thought of changing options, as in: options(ChIPseeker.downstreamDistance = 300)
But I don't see that listed as a useful option for 'plotDistToTSS'
Thanks in advance for your help.
Alex