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
Hi,
I am trying to use Repguide to design some mouse LTR guides and I managed to get everything to work except the plotCombination function.
Whenever I try to run it on a guideset it gives me back this error:
plotCombinations(gs)
<error/dplyr:::mutate_error>
Error in mutate():
ℹ In argument: con_bin = cut(...).
Caused by error in seq.default():
! 'to' must be a finite number
Backtrace:
▆
├─Repguide::plotCombinations(gs)
│ └─... %>% ggplot(aes(con_bin, n, fill = as.factor(n_guides)))
├─ggplot2::ggplot(., aes(con_bin, n, fill = as.factor(n_guides)))
Hi,
I am trying to use Repguide to design some mouse LTR guides and I managed to get everything to work except the plotCombination function.
Whenever I try to run it on a guideset it gives me back this error:
<error/dplyr:::mutate_error>
Error in
mutate()
:ℹ In argument:
con_bin = cut(...)
.Caused by error in
seq.default()
:! 'to' must be a finite number
Backtrace:
▆
I am using Repguide 0.0.1.5 and 4.2.2 version of R.
Can you help me out?
Thanks a lot,
Luca
The text was updated successfully, but these errors were encountered: