marker peaks track changed each time when using plotBrowserTrack #2005
Replies: 1 comment 4 replies
-
You cannot specify a specific y axis limit, just a quantile limit. The tracks differ because of random sampling. Currently, the only way around this is implemented on the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I use plotBrowserTrack(), I found that the track plot pattern between marker peaks will change each time when I re-plotting with the same parameters, and the reason was y ranges changed each time, which showed as 'Coverage Norm. ATAC Signal Range (0−0.16) by ReadsInTSS'. Does anyone know how to change the ranges of y-axis? I tried to find the solution in the original code but I failed...

By the way, I tried to change 'ylim' parameter to 'c(0,0.9)' as previous discussion showed, but the actual plot's range turned to 0-0.03, I have no idea either.
I will really appreciate if someone could solve my problem. Please check the plot below for more details.
Beta Was this translation helpful? Give feedback.
All reactions