Hi,
I'm trying to test gcapc on my own bam file. It works fine on the system file.
The command and error are below, any suggestions are welcome:
> bindWidth(coverage, range = c(50L, 500L), step = 50L, odd = TRUE)
Starting to estimate bdwidth.
Error in bindWidth(coverage, range = c(50L, 500L), step = 50L, odd = TRUE) :
bdwidth: coverage is not a list of 2 elements
Sorry the last was wrong HERE is the error I'm having:
bindWidth(cov, range = c(50L, 500L), step = 50L, odd = TRUE)
Starting to estimate bdwidth.
...... Cycle 1 for bind width estimation
Error in seq.default(range[1], range[2], step) :
'from' must be a finite number