You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this useful package,
I was wondering if there is a way to override the ylim=(0,1) parameter in the plotDMRs function.
I tried a nested function: plot(plotDMRs(...), ylim=c(0,1))
but I lose all other parameters doing this.
Any suggestion ?
Thanks!
Hector
The text was updated successfully, but these errors were encountered:
That is currently not coded as a user-defined parameter. I'll mark this as a feature request in case you or someone else wants to submit a pull request implementing this change.
Thanks for this useful package,
I was wondering if there is a way to override the ylim=(0,1) parameter in the plotDMRs function.
I tried a nested function:
plot(plotDMRs(...), ylim=c(0,1))
but I lose all other parameters doing this.
Any suggestion ?
Thanks!
Hector
The text was updated successfully, but these errors were encountered: