Hi,
I am using the new plotProfile function of Diffbind to create some graphs, and get the following error with one subset of my data:
dbObj$config$RunParallel <- TRUE
profiles <- dba.plotProfile(dbObj)
Generating report-based DBA object...
Generating profiles...
Error in value[[3L]](cond) :
profileplyr error: Error: BiocParallel errors
element index: 2
first error: each range must have an end that is greater or equal to its start minus one
All the rest of the ChIPQC and Diffbinds works smoothly. Also the other four samples of the same dataset worked as well (I processed them separately, as they were different treatments). What could be the problem?
Thanks, KQ2012
From this Error: BiocParallel errors try dbObj$config$RunParallel <- F and run
or
check whether end >= start-1 is not satisfying?
Need more info on the input data.
I have tried the dbObj$config$RunParallel <- F also changed $core in the config, It doesn't look like it's the problem
end>= start-1 not sure how to do that?
Thanks!