Hi,
I am trying to use DMR.Plot but depending on the DMR I get the correct output or an error. I am using always the same set of beta values and the first part of the plot works but the last (the group means) does not. I want this last part to be divided into three groups, if I group into two instead some other DMR work, but not all. In some cases if I add to the beta values + 0.0000001 or - 0.0000001, it seems to work, but again, it depends on the region.
The error is the following one: "Error in simpleLoess(y, x, w, span, degree = degree, parametric = FALSE, : NA/NaN/Inf in foreign function call (arg 1)"
It is obtained when calling plotTracks() from Gviz within the DMR.PLot function, but I do not have NAs, 0s or 1s in the beta values. How can I solve this?
Thanks,
Hi, I'm hitting this too. As far as I can tell my DataTrack is fine, but perhaps I am missing something.
Notably the same code works on other input data vectors, which also ultimately consist of numeric values between 0 and 4.