Entering edit mode
minervajunjun
•
0
@minervajunjun-11493
Last seen 5.4 years ago
Hi, I was running ChIPQC version ‘1.20.0’ under R version 3.6.0. I try to use ChIPQC() to construct an ChIPQCexperiment object, however it gives an error
"Calculating shift for chr1 300 / 300 Error: BiocParallel errors element index: 1, 2, 3, 4 first error: subscript contains out-of-bounds ranges"
any idea why was that? Thanks!
You might try to simplify this by making sure you use the
SerialParam()
back-end, which will cause local evaluation and allow you to debug the error interactively. I think you can do this withbefore executing your ChIPQD command.