Open alex-d13 opened 2 years ago
I found the solution: I had a variable in my R environment called x
which apparently is used in this line https://github.com/rafalab/bumphunter/blob/aabc3c86771d108d7bdc18988b2f04ed66dabe6f/R/bumphunter.R#L279 over the x
from sapply. I dont know if this is an issue with foreach
, but whoever has the same error, simply remove the x
object from your R environment with rm(x)
and you should be fine.
Hi,
I wanted to use minfi to find differentially methylated regions in my dataset, but i am stuck with the following error:
Does anyone has some clues what might be going on here?